131 reputation
1
bio website http://-
location
age
visits member for 1 year, 1 month
seen May 18 at 23:05
stats profile views 14

Feb
8
comment How to compute the generalization error (test error) in a multivariate regression?
possible duplicate you can check this stats.stackexchange.com/questions/32748/…
Oct
23
comment What is the difference between estimation and prediction?
İf you apply it to past e.g.a minimum-variance Kalman filter and a minimum-variance smoother may be used to recover data of interest from noisy measurements. The afore-mentioned techniques rely on one-step-ahead predictors... so, still prediction one step ahead (the future) :)
Oct
23
comment What is the difference between estimation and prediction?
read it complete: Prediction is simply saying something about the future. Predictions are usually focused on outcomes and not the pathway to those outcomes.
Oct
23
answered What is the difference between estimation and prediction?
Oct
1
awarded  Teacher
Sep
13
answered I have a very fuzzy data set, what can I do to 'smooth' it?
Sep
12
answered How do I conduct peak detection for exponentially distributed data?
Jul
22
comment Multiple linear regression in MATLAB
the difference between 70 observations and 70 responses is the residuals. the squared sum of the residuals are the general model error. the matlab code is just sum(resid.*resid). but note that sum squared error is just one of the ways to calculate general model error.
Jul
22
comment Multiple linear regression in MATLAB
You just use 70 of them and the 70 response values to calculate model error. The other 30 and the response of 30 is just for model validation errors. they are two different errors.
Jul
22
comment Multiple linear regression in MATLAB
lets say you have 100 data points you use 70 of them for the modeling and 30 for validation. you use those 70 for calculation of model generalization error via model residuals.
Jul
21
comment Multiple linear regression in MATLAB
how about sum(resid) or sum(resid.*resid) en.wikipedia.org/wiki/Residual_sum_of_squares
Jul
21
answered Multiple linear regression in MATLAB
May
8
answered Similarity measures between curves?