简体   繁体   English

参数估计

[英]Parameter Estimation

I have data sets and the sinusoidal model y=fc+fe sin(2π(x-t0)/12) in which fc, fe and t0 are the parameters .我有数据集和正弦模型 y=fc+fe sin(2π(x-t0)/12) 其中 fc, fe 和 t0 是参数。 I have to calculate the parameter estimation of fc and fe (keep t0 constant).我必须计算 fc 和 fe 的参数估计(保持 t0 恒定)。 Is there any R library that can do this?有没有可以做到这一点的R库?

Considering the two parameters of amplitude fc and fe simultaneously, delimit (using the χ2 variation method) the area in that parameter space that contains 95.4% confidence.同时考虑幅度 fc 和 fe 这两个参数,划定(使用 χ2 变异方法)该参数空间中包含 95.4% 置信度的区域。

你可以用它的 DL sin(x) = x - x^3/6 +x^5/120 +........ 替换 Sin(somethings) 并且你得到一个多项式模型

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM