cubic spline regression and plot

13 ビュー (過去 30 日間)
ektor
ektor 2019 年 1 月 28 日
回答済み: Image Analyst 2019 年 1 月 28 日
Dear all,
I have two variables X and Y.
X and Y are both vectors of dimension 8561X1
For example:
X=[ 1
1
1
1
1
5
1];
Y=[ 34200
34201
34202
34203
34204
34205
34210]
I want to regress X on Y using a cubic spline specification and then take the ratio X/, where , is the fitted values obtained from the cubic spline regression
And I want to place the knots at specific positions, eg, 2nd and 5th position.
I found the rcspline package and I did something like
[bhat f sse knots]=rcspline(X,y,knots);
but I am not sure how to address the knots's position.
Any help is greatly appreciated.
Thanks,

採用された回答

Image Analyst
Image Analyst 2019 年 1 月 28 日
I don't know about the ratio stuff but you can adapt my cubic spline demo (attached).

その他の回答 (1 件)

ektor
ektor 2019 年 1 月 28 日
Any help?

カテゴリ

Help Center および File ExchangeSplines についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by