Difference between revisions of "Smooth Fractile"
m (adding doc status category) |
|||
Line 1: | Line 1: | ||
[[category:Distribution Functions]] | [[category:Distribution Functions]] | ||
− | + | [[Category:Doc Status C]] <!-- For Lumina use, do not change --> | |
+ | |||
= Smooth_Fractile(fract : Ascending[F] ; F : positive ascending Index ) = | = Smooth_Fractile(fract : Ascending[F] ; F : positive ascending Index ) = | ||
Revision as of 04:34, 25 April 2007
Smooth_Fractile(fract : Ascending[F] ; F : positive ascending Index )
Given a set of fractiles, this 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.
Library
Distribution Variations.ana
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 := Table(F) ( 7, 13, 15 ) and call Smooth_Fractile(fract,F)
Comments
Enable comment auto-refresher