how to generate synthetic data using probability?

4 ビュー (過去 30 日間)
Sierra
Sierra 2022 年 8 月 4 日
回答済み: Walter Roberson 2022 年 8 月 4 日
I have trajectories data.
and I wanna make synethetic trajectories using probability, if possible, using gaussian process.
but i have no idea how to do this.
Please let me know how to do this.
thanks.

回答 (1 件)

Walter Roberson
Walter Roberson 2022 年 8 月 4 日
randn() * standard_deviation + mean
The result is seldom realistic trajectories, as real trajectories have more continuity. Using a covariance matrix to bias the results might give something more realistic. For example Brownian Motion involves particles continuing to move in a straight line until collision.

カテゴリ

Help Center および File ExchangeVector Volume Data についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by