php t函数,PHP - Manual: Statistic 函数 (官方文档)

stats_absolute_deviation — Returns the absolute deviation of an array of values

stats_cdf_beta — Calculates any one parameter of the beta distribution given values for the others

stats_cdf_binomial — Calculates any one parameter of the binomial distribution given values for the others

stats_cdf_cauchy — Calculates any one parameter of the Cauchy distribution given values for the others

stats_cdf_chisquare — Calculates any one parameter of the chi-square distribution given values for the others

stats_cdf_exponential — Calculates any one parameter of the exponential distribution given values for the others

stats_cdf_f — Calculates any one parameter of the F distribution given values for the others

stats_cdf_gamma — Calculates any one parameter of the gamma distribution given values for the others

stats_cdf_laplace — Calculates any one parameter of the Laplace distribution given values for the others

stats_cdf_logistic — Calculates any one parameter of the logistic distribution given values for the others

stats_cdf_negative_binomial — Calculates any one parameter of the negative binomial distribution given values for the others

stats_cdf_noncentral_chisquare — Calculates any one parameter of the non-central chi-square distribution given values for the others

stats_cdf_noncentral_f — Calculates any one parameter of the non-central F distribution given values for the others

stats_cdf_noncentral_t — Calculates any one parameter of the non-central t-distribution give values for the others

stats_cdf_normal — Calculates any one parameter of the normal distribution given values for the others

stats_cdf_poisson — Calculates any one parameter of the Poisson distribution given values for the others

stats_cdf_t — Calculates any one parameter of the t-distribution given values for the others

stats_cdf_uniform — Calculates any one parameter of the uniform distribution given values for the others

stats_cdf_weibull — Calculates any one parameter of the Weibull distribution given values for the others

stats_covariance — Computes the covariance of two data sets

stats_dens_beta — Probability density function of the beta distribution

stats_dens_cauchy — Probability density function of the Cauchy distribution

stats_dens_chisquare — Probability density function of the chi-square distribution

stats_dens_exponential — Probability density function of the exponential distribution

stats_dens_f — Probability density function of the F distribution

stats_dens_gamma — Probability density function of the gamma distribution

stats_dens_laplace — Probability density function of the Laplace distribution

stats_dens_logistic — Probability density function of the logistic distribution

stats_dens_normal — Probability density function of the normal distribution

stats_dens_pmf_binomial — Probability mass function of the binomial distribution

stats_dens_pmf_hypergeometric — Probability mass function of the hypergeometric distribution

stats_dens_pmf_negative_binomial — Probability density function of the negative binomial distribution

stats_dens_pmf_poisson — Probability mass function of the Poisson distribution

stats_dens_t — Probability density function of the t-distribution

stats_dens_uniform — Probability density function of the uniform distribution

stats_dens_weibull — Probability density function of the Weibull distribution

stats_harmonic_mean — Returns the harmonic mean of an array of values

stats_kurtosis — Computes the kurtosis of the data in the array

stats_rand_gen_beta — Generates a random deviate from the beta distribution

stats_rand_gen_chisquare — Generates a random deviate from the chi-square distribution

stats_rand_gen_exponential — Generates a random deviate from the exponential distribution

stats_rand_gen_f — Generates a random deviate from the F distribution

stats_rand_gen_funiform — Generates uniform float between low (exclusive) and high (exclusive)

stats_rand_gen_gamma — Generates a random deviate from the gamma distribution

stats_rand_gen_ibinomial_negative — Generates a random deviate from the negative binomial distribution

stats_rand_gen_ibinomial — Generates a random deviate from the binomial distribution

stats_rand_gen_int — Generates random integer between 1 and 2147483562

stats_rand_gen_ipoisson — Generates a single random deviate from a Poisson distribution

stats_rand_gen_iuniform — Generates integer uniformly distributed between LOW (inclusive) and HIGH (inclusive)

stats_rand_gen_noncenral_chisquare — Generates a random deviate from the non-central chi-square distribution

stats_rand_gen_noncentral_chisquare — Generates a random deviate from the non-central chi-square distribution

stats_rand_gen_noncentral_f — Generates a random deviate from the noncentral F distribution

stats_rand_gen_noncentral_t — Generates a single random deviate from a non-central t-distribution

stats_rand_gen_normal — Generates a single random deviate from a normal distribution

stats_rand_gen_t — Generates a single random deviate from a t-distribution

stats_rand_get_seeds — Get the seed values of the random number generator

stats_rand_phrase_to_seeds — Generate two seeds for the RGN random number generator

stats_rand_ranf — Generates a random floating point number between 0 and 1

stats_rand_setall — Set seed values to the random generator

stats_skew — Computes the skewness of the data in the array

stats_standard_deviation — Returns the standard deviation

stats_stat_binomial_coef — Returns a binomial coefficient

stats_stat_correlation — Returns the Pearson correlation coefficient of two data sets

stats_stat_factorial — Returns the factorial of an integer

stats_stat_independent_t — Returns the t-value from the independent two-sample t-test

stats_stat_innerproduct — Returns the inner product of two vectors

stats_stat_paired_t — Returns the t-value of the dependent t-test for paired samples

stats_stat_percentile — Returns the percentile value

stats_stat_powersum — Returns the power sum of a vector

stats_variance — Returns the variance

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
这是一个线性回归模型的结果表格。该模型的因变量为 count,自变量为 temp。下面是对表格中的各项进行解释: - Dep. Variable: count:指定了模型的因变量为 count。 - R-squared: 0.156:决定系数 R-squared 为 0.156,表示自变量 temp 可解释因变量 count 的 15.6% 的方差。 - Model: OLS:模型采用最小二乘法(OLS)进行估计。 - Adj. R-squared: 0.156:校正后的决定系数为 0.156,表示模型已经考虑了自变量的个数和样本量对 R-squared 的影响。 - Method: Least Squares:估计方法为最小二乘法。 - F-statistic: 2006.00:F 统计量为 2006.00,用于检验自变量 temp 是否显著影响因变量 count,P 值为 0.00,表明自变量显著影响因变量。 - Prob (F-statistic): 0.00:P 值为 0.00,表明自变量显著影响因变量。 - Time: 13:53:24:模型估计的时间为 13:53:24。 - Log-Likelihood: -71125:对数似然值为 -71125,用于衡量模型的拟合程度。 - No. Observations: 10886:样本量为 10886。 - AIC: 1.423e+05:信息准则 AIC 为 1.423e+05,用于比较模型的优劣性。 - Df Residuals: 10884:剩余自由度为 10884。 - BIC: 1.423e+05:贝叶斯信息准则 BIC 为 1.423e+05,用于比较模型的优劣性。 - Df Model: 1:模型自由度为 1。 - Covariance Type: nonrobust:协方差类型为非鲁棒型,即不考虑异常值对模型的影响。 - coef:系数估计值。 - std err:系数估计值的标准误差。 - t:t 统计量的值。 - P>|t|:t 统计量的 P 值,用于检验系数是否显著。 - [0.025 0.975]:系数估计值的置信区间。 模型的 RMSE(均方根误差)为 161.63,表示模型的平均预测误差为 161.63。同时,l 的值也为 161.63,可能是你在表格中标注的一个符号。但是,我并不清楚它的含义和作用。希望我的解释能对你有所帮助。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值