简体   繁体   English

python statsmodels.tsa.stattools.pacf与蒙面数组?

[英]python statsmodels.tsa.stattools.pacf with masked array?

Is there a general trick to using masked arrays (or arrays containing nan's) with the statsmodels routines? 是否有使用屏蔽数组(或包含nan的数组)与statsmodels例程的一般技巧? For example pacf and acf? 例如pacf和acf?

In general, the functions don't know anything about masked arrays. 通常,函数不知道有关掩码数组的任何信息。 The Model classes accept a missing keyword for missing value handling. Model类接受缺失值处理的缺失关键字。 However, I don't think there's anything in acf/pacf. 但是,我认为acf / pacf中没有任何内容。 What would you expect these functions to do with missing data? 您希望这些功能与丢失的数据有什么关系? If you file an issue on github with an example and ideally a reference of comparison results from another stats package, I can look into it. 如果你在github上用一个例子提交一个问题,理想情况下是另一个stats包的比较结果的引用,我可以调查一下。

https://github.com/statsmodels/statsmodels/issues https://github.com/statsmodels/statsmodels/issues

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 从统计学上讲,statsmodels.tsa.stattools.acf 中的“缺失”参数是什么? - What is the 'missing' parameter doing in statsmodels.tsa.stattools.acf, statistically speaking? python statsmodels.tsa.seasonal中的值错误 - value error in python statsmodels.tsa.seasonal 将特定的statsmodel拉到python3以获得statsmodels.tsa.johansen - pulling a particular statsmodel to python3 to get statsmodels.tsa.johansen R forecast.holt vs Python statsmodels.tsa.holtwinters - R forecast.holt vs Python statsmodels.tsa.holtwinters 正确解释 statsmodels.tsa.ar_models.ar_select_order 函数数组以确定最佳滞后 - Correctly interpreting statsmodels.tsa.ar_models.ar_select_order function array to determine optimal lag 屏蔽数组的python IndexError - python IndexError for masked array 无法修改 ACF 中的 X 轴刻度定位器、统计模型中的 PACF 图、Python - Unable to Modify the X Axis Tick Locator in ACF, PACF plots in statsmodels, Python Python - Statsmodels.tsa.seasonal_decompose - 缺少数据帧头部和尾部的值 - Python - Statsmodels.tsa.seasonal_decompose - missing values in head and tail of dataframe Statsmodels PACF plot 置信区间与 PACF function 不匹配 - Statsmodels PACF plot confidence interval does not match PACF function 如何在 python 中获取 statsmodels.tsa.holtwinters-ExponentialSmoothing 模型的置信区间? - How to take confidence interval of statsmodels.tsa.holtwinters-ExponentialSmoothing Models in python?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM