KURT

function KURT(args: ApiRange | number[] = null): number

Description

Returns the kurtosis of a data set.

Parameters

argsApiRange | number[]default: null

Up to 255 numeric values for which the kurtosis will be calculated.

Returns

number

Try It

const oWorksheet = Api.GetActiveSheet();
var oFunction = Api.GetWorksheetFunction();
var kurtosis = oFunction.KURT(3, 89, 34, 2, 45, 4, 45, 13);
oWorksheet.GetRange("C1").SetValue(kurtosis);

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).