AntonAntonov/
QuantileRegression
Installation Instructions
To install this paclet in your Wolfram Language environment,
evaluate this code:
PacletInstall["AntonAntonov/QuantileRegression"]
To load the code after installation, evaluate this code:
Needs["AntonAntonov`QuantileRegression`"]
Examples
Basic Examples (5)
Make a random signal:
Compute QuantileRegression with five knots for the probabilities 0.25 and 0.75:
Here are the formulas of the obtained regression quantiles:
Here is a plot of the original data and the obtained regression quantiles:
Find the fraction of the data points that are under the second regression quantile:
The obtained fraction is close to the second probability, 0.75, given to QuantileRegression.
Scope (4)
Here is a quantile regression computation over a numerical vector:
Here is a quantile regression computation over a time series object:
Here we find are some randomly generated 2D points:
Here 2D quantile envelopes are computed of the points:
Here the envelopes are plotted together with the data:
Generate noisy 3D data:
Compute Quantile regression for probabilities 0.1 and 0.9:
Plot the data points and regression quantiles together:
Publisher
Anton Antonov
Compatibility
Wolfram Language Version 13.0
External Links
Version History
- 1.0.7
– 20 May 2023
- 1.0.6
– 17 May 2023
- 1.0.5
– 17 May 2023
- 1.0.4
– 16 May 2023
- 1.0.3
– 13 May 2023
- 1.0.2
– 29 April 2023
- 1.0.1
– 29 April 2023
- 1.0.0
– 18 April 2023
Artistic License 2.0
Paclet Source
See Also