NORM_S_INV

function NORM_S_INV(arg1: number = null): number

Description

Returns the inverse of the standard normal cumulative distribution (has a mean of zero and a standard deviation of one).

Parameters

arg1numberdefault: null

A probability corresponding to the normal distribution, a number between 0 and 1 inclusive.

Returns

number

Try It

var oWorksheet = Api.GetActiveSheet();
var oFunction = Api.GetWorksheetFunction();
oWorksheet.GetRange("A1").SetValue(oFunction.NORM_S_INV(0.908));

Get Help

  • If you have any questions about ONLYOFFICE Docs, try the FAQ section first.
  • You can request a feature or report a bug by posting an issue on GitHub.
  • You can also ask our developers on ONLYOFFICE forum (registration required).