主要内容

非中心 t 分布

计算非中心 t 分布,生成该分布的随机样本

Statistics and Machine Learning Toolbox™ 提供了多种处理非中心 t 分布的方式。

  • 使用分布特定的函数并指定分布参数。函数可以接受多种非中心 t 分布的参数。

  • 使用一般分布函数并指定分布名称 "Noncentral t" 和对应的参数。

要了解非中心 t 分布,请参阅Noncentral t Distribution

函数

全部展开

nctcdfNoncentral t cumulative distribution function
nctpdfNoncentral t probability density function
nctinvNoncentral t inverse cumulative distribution function
nctstatNoncentral t mean and variance
nctrndNoncentral t random numbers
cdf累积分布函数
icdf逆累积分布函数
pdf概率密度函数
random随机数

主题

  • Noncentral t Distribution

    The noncentral t distribution is a more general case of Student’s t distribution, used to calculate the power of the t test.