Brian Dunning's FileMaker Custom Functions

QuantileNormal ( mean ; standardDeviation ; p )

Inverse normal cumulative distribution function

  Average rating: 4.4 (32 votes) Log in to vote

Jeremy Bante   Jeremy Bante

https://github.com/jbante/

Share on Facebook Share on Twitter

  Sample input:
List (
QuantileNormal ( 1 ; 2 ; .3 ) ;
QuantileNormal ( 3 ; 2 ; .1 ) ;
QuantileNormal ( 4 ; 6 ; .7 ) ;
QuantileNormal ( 8 ; 9 ; .4 ) ;
QuantileNormal ( "" ; "" ; .999 )
)
  Sample output:
-.0488010254160816
.4368968689108328
7.1464030762482447
5.7198760717778018
2.9860384446470287

  Function definition: (Copy & paste into FileMaker's Edit Custom Function window)

Returns the value from the specified normal distribution such that other values sampled from the same distribution fall below that value with p probability. This is sometimes known as the probit function in other programming environments.

This function is dependent on the ErrorFunctionInverse custom function.

 

Comments

Log in to post comments.

 

Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.

Support this website.

This library has been a free commmunity resource for FileMaker users and developers for 20 years. It receives no funding and has no advertisements. If it has helped you out, I'd really appreciate it if you could contribute whatever you think it's worth: