Personal tools
You are here: Home teaching psych254 power_fun.m
Log in


Forgot your password?
 

power_fun.m

function yhat = power_fun(beta, x) % power function c = -1*beta(3); a = beta(1); b = beta(2); yhat = a + b*(x.^c); yhat=yhat';
Document Actions