T_DIST_RT

function T_DIST_RT(arg1: number = null, arg2: number = null): number

Description

Returns the right-tailed Student's t-distribution.

Parameters

arg1numberdefault: null

The numeric value at which to evaluate the distribution.

arg2numberdefault: null

An integer indicating the number of degrees of freedom that characterize the distribution.

Returns

number

Try It

var oWorksheet = Api.GetActiveSheet();
var oFunction = Api.GetWorksheetFunction();
oWorksheet.GetRange("A1").SetValue(oFunction.T_DIST_RT(1.5, 10));

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