Info
この質問は閉じられています。 編集または回答するには再度開いてください。
How to find a probability density function please?
5 ビュー (過去 30 日間)
古いコメントを表示
I have the following system :
dxdt = A.*x.^2 ;
how can I find a PDF for this system for different values of A and t = 0:0.1:100?
Regards
0 件のコメント
回答 (1 件)
Torsten
2015 年 5 月 11 日
What do you want to be stochastic in the above ODE ?
Best wishes
Torsten.
9 件のコメント
Torsten
2015 年 5 月 12 日
You can use ksdensity, but if you use enough random numbers for A0, a histogram will give you the same quality for the pdf.
Normfit, normpdf etc. can not be used because even if you assume that A0 is normally distributed, x(t,A0) usually won't.
You will have to find out what distribuion x(t,A0) follows if you assume a certain distribution type for A0.
Best wishes
Torsten.
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!