inverf - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

MapleTA[Builtin]

  

inverf

  

inverse cumulative probability of a standard normal distribution

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

inverf(p)

Parameters

p

-

numeric

Description

• 

The inverse error function: Let Z be a standard normally distributed random variable. Then inverf(p) is the value of z for which P(Z<z) = p

• 

For example, inverf(0.99) returns the value of z with probability 0.99 that Z<z.

Examples

MapleTA:-Builtin:-inverf0.65

0.385320466407568

(1)

Compatibility

• 

The MapleTA[Builtin][inverf] command was introduced in Maple 18.

• 

For more information on Maple 18 changes, see Updates in Maple 18.

See Also

MapleTA

Statistics:-InverseSurvivalFunction

 


Download Help Document