Top "Splines" questions

How to make a line curve through points

I'm looking for a way to make a line curve through a number of points. It would be preferable to …

java awt curves splines
How to get confidence interval for smooth.spline?

I have used smooth.spline to estimate a cubic spline for my data. But when I calculate the 90% point-wise confidence …

r smoothing confidence-interval splines mgcv
B-spline curves

I have a set of points which I want to smooth using B-spline curves. My question is how can I …

c++ curves splines bspline
How to plot a Cox hazard model with splines

I have a following model: coxph(Surv(fulength, mortality == 1) ~ pspline(predictor)) where is fulength is a duration of follow-up (including …

r cox-regression splines