tLocationScaleDistribution
t 位置尺度概率分布对象
说明
一个 tLocationScaleDistribution
对象由 t 位置尺度概率分布的参数、模型描述和样本数据组成。
t 位置尺度分布适用于对尾部比正态分布重(更容易出现离群值)的数据分布进行建模。当 ν 趋向无穷大时,它逼近正态分布,较小的 ν 值产生较重的尾部。
t 位置尺度分布使用以下参数。
参数 | 描述 | 支持 |
---|---|---|
mu | 位置参量 | |
sigma | 尺度参数 | |
nu | 形状参数 |
创建对象
创建 tLocationScaleDistribution
概率分布对象有以下几种方法。
属性
对象函数
cdf | 累积分布函数 |
gather | Gather properties of Statistics and Machine Learning Toolbox object from GPU |
icdf | 逆累积分布函数 |
iqr | Interquartile range of probability distribution |
mean | 概率分布的均值 |
median | Median of probability distribution |
negloglik | Negative loglikelihood of probability distribution |
paramci | Confidence intervals for probability distribution parameters |
pdf | 概率密度函数 |
plot | Plot probability distribution object |
proflik | Profile likelihood function for probability distribution |
random | 随机数 |
std | 概率分布的标准差 |
truncate | Truncate probability distribution object |
var | 概率分布的方差 |
示例
扩展功能
版本历史记录
在 R2013a 中推出