当前位置: 首页 > news >正文

无涯教程-JavaScript - TDIST函数

The TDIST function replaces the T.DIST.2T & T.DIST.RT functions in Excel 2010.

描述

该函数返回学生t分布的百分点(概率)​​,其中数值(x)是t的计算值,将为其计算百分点。 t分布用于小样本数据集的假设检验。使用此函数代替t分布的临界值表。

语法

TDIST(x,deg_freedom,tails)

争论

Argument描述Required/Optional
XThe numeric value at which to evaluate the distribution.Required
Deg_freedomAn integer indicating the number of degrees of freedom.Required
Tails

指定要返回的分布尾数。

如果Tails=1,则TDIST返回单尾分布。

如果Tails=2,则TDIST返回两尾分布。

Required

Notes

  • If Tails=1, TDIST is calculated as TDIST=P( X > x ), where X is a random variable that follows the t-distribution. If Tails=2, TDIST is calculated as TDIST=P(|X| > x)=P(X > x or X < -x)

  • Deg_freedom和Tails参数被截断为整数。

  • 如果有任何非数字参数,则TDIST返回#VALUE!。错误值。

  • If Deg_freedom < 1, TDIST returns the #NUM! error value.

  • 如果Tails的值不是1或2,则TDIST返回#NUM!。错误值。

  • If x < 0, then TDIST returns the #NUM! error value.

  • Since x < 0 is not allowed, to use TDIST when x < 0, note that TDIST(-x,df,1)=1 – TDIST(x,df,1)=P(X > -x) and TDIST(-x,df,2)=TDIST(x,df,2)=P(|X| > x)

Example

TDIST Function

JavaScript 中的 TDIST函数 - 无涯教程网无涯教程网提供The TDIST function replaces the T.DIST.2T & T.DIST.RT functions in Excel 201...https://www.learnfk.com/javascript/advanced-excel-compatibility-tdist-function.html

http://www.lryc.cn/news/151582.html

相关文章:

  • IP子网的划分
  • 弹性盒子的使用
  • 软件测试/测试开发丨Selenium 网页frame与多窗口处理
  • MySQL高阶语句(三)
  • 链表OJ练习(2)
  • ssh常用操作
  • 从AD迁移至AAD,看体外诊断领军企业如何用网络准入方案提升内网安全基线
  • Flutter系列文章-Flutter在实际业务中的应用
  • FPGA | Verilog仿真VHDL文件
  • 微服务--Gatway:网关
  • Django传递dataframe对象到前端网页
  • iOS swift5 弹出提示文字(停留1~2s)XHToastSwift
  • Spring Bean 的生命周期,如何被管理的
  • MATLAB算法实战应用案例精讲-【概念篇】量子机器学习
  • 【kubernetes】Argo Rollouts -- k8s下的自动化蓝绿部署
  • vue Cesium接入在线地图
  • OBS Studio 30.0 承诺在 Linux 上支持英特尔 QSV,为 DeckLink 提供 HDR 回放功能
  • springboot整合SpringSecurity
  • 最近在搭建ELK日志平台时,logstash报错JSON parse error
  • 某次护网红队getshell的经历
  • C#实现日期选择器、显示当地时间、跑马灯等功能
  • 如何让看书变听书?
  • pytorch异常——loss异常,不断增大,并且loss出现inf
  • Lua学习(一)
  • Python:列表推导式
  • 应急三维电子沙盘数字孪生系统
  • LeetCode每日一题:1654. 到家的最少跳跃次数(2023.8.30 C++)
  • 数据结构例题代码及其讲解-栈与队列
  • 【Spark】Pyspark RDD
  • 数学建模:Logistic回归预测