Error Messages/44219

< Error Messages
Revision as of 20:32, 4 January 2018 by Lchrisman (talk | contribs) (EW 17921)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Example Error Message

The fractile values passed to Function Fractiles( ) decrease from the second specified fractile (2.3) to the third specified fractile (0.8). The specified fractile values must be non-decreasing.

Description

The example might have resulted from the call

Fractiles(1.7, 2.3, 0.8, 5.9 )

The numbers passed need to be non-decreasing, but here the numbers decrease at the third position, from 2.3 to 0.8, and hence the error.

To avoid the error, fix the values to be non-decreasing.

See Also

Comments


You are not allowed to post comments.