stdf(timeslab) | R Documentation |
Standardize a Vector
stdf(f,fac,a,b)
f |
A vector. |
fac |
A nonzero real scalar to divide {f } by. |
a |
Real scalar indicating lower limit allowed for standardized ${tt{f}}/{tt{fac}}$. |
b |
Real scalar indicating upper limit allowed for standardized ${tt{f}}/{tt{fac}}$. |
stdf |
returns the standardized vector {f }. |