Difference between revisions of "Smooth Fractile"
(Added images) |
|||
Line 19: | Line 19: | ||
and call | and call | ||
− | :<code>Smooth_Fractile(fract, F)</code> | + | :<code>Smooth_Fractile(fract, F)</code> |
+ | :[[image:Smooth_fractile_CDF.png]][[image:Smooth_fractile_PDF.png]] | ||
==See Also== | ==See Also== |
Revision as of 20:41, 28 March 2017
Smooth_Fractile(fract, F)
Given a set of fractiles, this function returns a smooth distribution with tails having the indicated fractiles. The fractiles to use must be specified in «F», each value being between 0 and 1, and the fractile values must be in «fract».
Declaration:
- Smooth_Fractile(fract: Ascending[F]; F: positive ascending Index)
Library
Distribution Variations library (Distribution Variations.ana)
- Use File → Add Library... to add this library
Example
To specify a distribution having a P10, P50 and P90 of 7, 13, and 15, set:
F := [0.1, 0.5, 0.9]
fract := Tabl(F) (7, 13, 15)
and call
See Also
Comments
Enable comment auto-refresher