linear regression continued...
Although lacking many of the statistical properties of regression.. the aforementioned method of computing the linear regression coefficients can be very easily optimized to minimize the function Sum ( i to N ) ( ( yi - xi ^T beta ) * f ( y ) ). where f( y ) can be a sort of funtion specifying how much importance to give to a point in the sample. Many applicatons of regression may require f(y) to be say, a step function of the absolute value of y or a positively biased sampler or a sampling proportional to the absolute value or maybe a square of it.
Mansi pointed it out to me that linear regression if doen with all the variables gives the same coefficients as a hillclimb verion of it ( in the newest post )
Mansi pointed it out to me that linear regression if doen with all the variables gives the same coefficients as a hillclimb verion of it ( in the newest post )