Wolfram Language Paclet Repository
Community-contributed installable additions to the Wolfram Language
Software monad for Quantile Regression workflows
Contributed by: Anton Antonov
A software monad implementation for Quantile Regression workflows. B-spline, Chebyshev, and custom function bases are supported.
To install this paclet in your Wolfram Language environment,
evaluate this code:
PacletInstall["AntonAntonov/MonadicQuantileRegression"]
To load the code after installation, evaluate this code:
Needs["AntonAntonov`MonadicQuantileRegression`"]
Here is temperature data:
| In[1]:= |
| Out[1]= |
Here is a monadic pipeline for finding regression quantiles at probabilities 0.25, 0.5, and 0.75:
| In[2]:= | ![]() |


Here we find "contextual" outliers in the data -- points that are "outside" the regression quantiles at probabilities 0.02 and 0.98:
| In[3]:= | ![]() |


Here the temperature time series is simulated:
| In[4]:= | ![]() |

