calculate upper and lower confidence interval values
3 ビュー (過去 30 日間)
古いコメントを表示
Hey dudes...
i have a question about to create confidence intervals from a number of points.
i have a table named "sea", contains 2 rows the first one is the time and the second one is the elevation
sea=
1000 -45
1100 -40
1200 -30
1300 -25
1400 -10
1500 0
1600 -30
1700 -65
1800 -40
1900 -55
2000 -40
what i need is to calculate the upper and lower confidential intervals (99%, 95%, 90% and 60% of confidence), and then plot this intervals using this function.
thanxs in advance for any idea
1 件のコメント
Tom Lane
2013 年 4 月 2 日
First you should think "confidence intervals for what?" I assume you will treat time as fixed. Are you fitting a model of elevation over time, and you want confidence intervals for parameters of that model? Or are the times just different observations, and you want to fit a probability distribution to the elevation values and compute confidence intervals for parameters of that distribution? Or ...?
回答 (0 件)
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!