dnorm_p1_formula {fitdistcp} | R Documentation |
Linear regression formula, densities
Description
Linear regression formula, densities
Usage
dnorm_p1_formula(y, ta, ta0, nx, muhat0, v3hat)
Arguments
y |
a vector of values at which to calculate the density and distribution functions |
ta |
predictor residuals |
ta0 |
predictor residual at the point being predicted |
nx |
length of training data |
muhat0 |
muhat at the point being predicted |
v3hat |
third parameter |
Value
Vector
[Package fitdistcp version 0.1.1 Index]