Wolfram Language Paclet Repository

Community-contributed installable additions to the Wolfram Language

Primary Navigation

    • Cloud & Deployment
    • Core Language & Structure
    • Data Manipulation & Analysis
    • Engineering Data & Computation
    • External Interfaces & Connections
    • Financial Data & Computation
    • Geographic Data & Computation
    • Geometry
    • Graphs & Networks
    • Higher Mathematical Computation
    • Images
    • Knowledge Representation & Natural Language
    • Machine Learning
    • Notebook Documents & Presentation
    • Scientific and Medical Data & Computation
    • Social, Cultural & Linguistic Data
    • Strings & Text
    • Symbolic & Numeric Computation
    • System Operation & Setup
    • Time-Related Computation
    • User Interface Construction
    • Visualization & Graphics
    • Random Paclet
    • Alphabetical List
  • Using Paclets
    • Get Started
    • Download Definition Notebook
  • Learn More about Wolfram Language

MonadicQuantileRegression

Guides

  • Quantile regression pipeline functions

Symbols

  • QRMonModifyContext
  • QRMonAddToContext
  • QRMonAssignContextTo
  • QRMonAssignTo
  • QRMonAssignValueTo
  • QRMonBandsSequence
  • QRMonBind
  • QRMonChowTestStatistic
  • QRMonConditionalCDF
  • QRMonConditionalCDFPlot
  • QRMonContexts
  • QRMonDateListPlot
  • QRMonDeleteMissing
  • QRMonDropData
  • QRMonDropDataPlotOptions
  • QRMonDropFromContext
  • QRMonDropNet
  • QRMonDropOutlierRegressionFunctions
  • QRMonDropOutliers
  • QRMonDropRegressionFunctions
  • QRMonDropRegressionFunctionsPlotOptions
  • QRMonEchoContext
  • QRMonEchoDataSummary
  • QRMonEchoFunctionContext
  • QRMonEchoFunctionValue
  • QRMonEcho
  • QRMonEchoValue
  • QRMonErrorPlots
  • QRMonErrors
  • QRMonEvaluate
  • QRMonFail
  • QRMonFindAnomaliesByResiduals
  • QRMonFindChowTestLocalMaxima
  • QRMonFindLocalExtrema
  • QRMonFindStructuralBreaks
  • QRMonFit
  • QRMonFold
  • QRMonGetData
  • QRMonGridSequence
  • QRMonIfElse
  • QRMonIf
  • QRMonIterate
  • QRMonLeastSquaresFit
  • QRMonLocalExtrema
  • QRMonModule
  • QRMonMovingAverage
  • QRMonMovingMap
  • QRMonMovingMedian
  • QRMon
  • QRMonNest
  • QRMonNestWhile
  • QRMonNetRegression
  • QRMonOption
  • QRMonOutliers
  • QRMonOutliersPlot
  • QRMonPickPathPoints
  • QRMonPlot
  • QRMonPlotStructuralBreakSplits
  • QRMonPutContext
  • QRMonPutValue
  • QRMonQuantileRegressionFit
  • QRMonQuantileRegression
  • QRMonRegressionFit
  • QRMonRegression
  • QRMonRescale
  • QRMonRetrieveFromContext
  • QRMonSeparate
  • QRMonSeparateToFractions
  • QRMonSetContext
  • QRMonSetData
  • QRMonSetDataPlotOptions
  • QRMonSetNet
  • QRMonSetOutlierRegressionFunctions
  • QRMonSetOutliers
  • QRMonSetRegressionFunctions
  • QRMonSetRegressionFunctionsPlotOptions
  • QRMonSetValue
  • QRMonSimulate
  • QRMonSucceed
  • QRMonTakeContext
  • QRMonTakeData
  • QRMonTakeDataPlotOptions
  • QRMonTakeNet
  • QRMonTakeOutlierRegressionFunctions
  • QRMonTakeOutliers
  • QRMonTakeRegressionFunctions
  • QRMonTakeRegressionFunctionsPlotOptions
  • QRMonTakeValue
  • QRMonUnit
  • QRMonUnitQ
  • QRMonWhen
  • $QRMonFailure
AntonAntonov`MonadicQuantileRegression`
QRMonPlot
​
QRMonPlot
[opts___]
plots the data points or the data points together with the found regression curves.
​
Details and Options

Examples  
(2)
Basic Examples  
(1)
Here is random data:
In[1]:=
SeedRandom[23];​​n=200;​​randData=Transpose[{Range[n],RandomReal[{0,100.},n]}];
Here is a QR pipeline that finds and plots the regression quantiles at probability 0.7 :
In[2]:=
QRMonUnit
[randData]⟹​​
QRMonEchoDataSummary
⟹​​
QRMonQuantileRegression
[5,0.7]⟹​​
QRMonPlot
;
»
Data summary:
1 Regressor
Min
1
1st Qu
50.5
Mean
100.5
Median
100.5
3rd Qu
150.5
Max
200
,
2 Value
Min
0.299124
1st Qu
25.9559
Mean
49.0125
Median
49.2905
3rd Qu
72.1602
Max
97.0634

»
Plot:
0.7
Options  
(1)

SeeAlso
QRMonDateListPlot
RelatedGuides
▪
Quantile regression pipeline functions
""

© 2025 Wolfram. All rights reserved.

  • Legal & Privacy Policy
  • Contact Us
  • WolframAlpha.com
  • WolframCloud.com