Spiral density function implementation

Hi,
I need to define a Spiral density function with parameters theat (the angle of the spiral) and r (the radius)
Does anyone know how can i do it ?
Thank

3 件のコメント

Image Analyst
Image Analyst 2021 年 4 月 27 日
What is a spiral density function? Do you have a reference link to its definition and formula? Density of what??? Did you click on the spiral tag on the right hand side of this page?
Orr Streicher
Orr Streicher 2021 年 4 月 27 日
編集済み: Orr Streicher 2021 年 4 月 27 日
I dont have the density function formula.. the assignment is to create a Spiral dentity function where thata distrebution is uniform [0, 4pi] and the radius r has normal distrebution where the expectation mu=thata/2 and std=2.5
Star Strider
Star Strider 2021 年 4 月 28 日
Is that in any way related to the problem in Creating a 3d Helix Spiral with Surf command ?

サインインしてコメントする。

 採用された回答

Paul
Paul 2021 年 4 月 27 日

0 投票

I'm going to assume that the question means that the conditional density of r given theta is normal with exepectation mu = theta/2 and sigma = 2.5. Use the defnition of the conditional density function for continuous random variables. You will see that definition contains three terms. You're given two of them, solve for the third.

その他の回答 (0 件)

カテゴリ

タグ

質問済み:

2021 年 4 月 27 日

コメント済み:

2021 年 5 月 5 日

Community Treasure Hunt

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

Start Hunting!

Translated by