求随机分布中的周期

发布于 2024-12-14 21:54:16 字数 192 浏览 1 评论 0原文

我有随机分布在 X 轴上的对象。这些对象具有周期性 (m) 分布,其位置在 m 倍数附近略有变化。

此处的图表显示了 m=100 的分布。

在此处输入图像描述

有没有办法使用分布统计来计算 m ?

谢谢!

I have objects which are randomly distributed in the X axis. The objects have a periodic (m) distribution with a slight variation of their position around multiples of m.

The graph here shows a distribution for m=100.

enter image description here

Is there a way to calculate m using the statistics of distribution?

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

北城孤痞 2024-12-21 21:54:16

你知道误差分布吗?如果是这样,例如,它是方差为 sigma^2 的 0 均值高斯分布,那么您可以将数据的可能性计算为未知周期 m 的函数。一旦您能够做到这一点,您就可以尝试解决优化问题并找到具有最大似然性的时期。

Do you know the error distribution? If so, for example, it's a 0 mean Gaussian with variance \sigma^2, then you can calculate the likelihood of the data as a function of the unknown period m. Once you can do this you can try to solve an optimization and find the period that has maximum likelihood.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文