JavaScript 中的 T.DIST.2T函数

首页 / JavaScript入门教程 / JavaScript 中的 T.DIST.2T函数

描述

T.INV.2T函数返回学生t分布的两尾逆。

语法

T.INV.2T (probability,deg_freedom)

争论

Argument 描述 Required/Optional
Probability The probability associated with the Student's tdistribution. Required
Deg_freedom An integer indicating the number of degrees of freedom. Required

Notes

  • 如果任何一个参数都是非数值的,则T.INV.2T返回#VALUE!。错误值。

    无涯教程网

  • If probability <= 0 or if probability > 1, T.INV.2T returns the #NUM! error value.

  • 如果deg_freedom不是整数,则将其截断。

  • If deg_freedom < 1, T.INV.2T returns the #NUM! error value.

  • T.INV.2T returns that value t, such that P(|X| > t) = probability where X is a random variable that follows the t-distribution and P(|X| > t) = P(X < -t or X > t)

  • 通过将概率替换为2 *概率,可以返回单尾t值。对于0.05的概率和10的自由度,使用T.INV.2T(0.05,10)计算两尾值,该值返回2.28139。可以使用T.INV.2T(2 * 0.05,10)计算具有相同概率和自由度的单尾值,该值将返回1.812462

  • 给定一个概率值,T.INV.2T求该值x,以使T.DIST.2T(x,deg_freedom)=概率。因此,T.INV.2T的精度取决于T.DIST.2T的精度

    链接:https://www.learnfk.comhttps://www.learnfk.com/javascript/advanced-excel-statistical-tdist2t-function.html

    来源:LearnFk无涯教程网

适用性

Excel 2010,Excel 2013,Excel 2016

Example

T.Inv.2T Function

祝学习愉快!(内容编辑有误?请选中要编辑内容 -> 右键 -> 修改 -> 提交!)

技术教程推荐

朱赟的技术管理课 -〔朱赟〕

深入拆解Tomcat & Jetty -〔李号双〕

Web安全攻防实战 -〔王昊天〕

张汉东的Rust实战课 -〔张汉东〕

说透数字化转型 -〔付晓岩〕

如何落地业务建模 -〔徐昊〕

Kubernetes入门实战课 -〔罗剑锋〕

快手 · 移动端音视频开发实战 -〔展晓凯〕

现代C++20实战高手课 -〔卢誉声〕

好记忆不如烂笔头。留下您的足迹吧 :)