JavaScript 中的 T.INV函数

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

描述

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

语法

T.INV (probability,deg_freedom)

争论

Argument 描述 Required/Optional
Probability The probability associated with the Student's tdistribution. Required
Deg_freedom The number of degrees of freedom with which to characterize the distribution. Required.

Notes

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

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

    无涯教程网

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

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

适用性

Excel 2010,Excel 2013,Excel 2016

Example

T.Inv Function

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

技术教程推荐

技术与商业案例解读 -〔徐飞〕

Service Mesh实践指南 -〔周晶〕

微服务架构实战160讲 -〔杨波〕

软件工程之美 -〔宝玉〕

说透敏捷 -〔宋宁〕

爱上跑步 -〔钱亮〕

Go 语言项目开发实战 -〔孔令飞〕

如何成为学习高手 -〔高冷冷〕

徐昊 · TDD项目实战70讲 -〔徐昊〕

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