faststddev {penppml} | R Documentation |
Faster Standard Deviation
Description
Computes standard deviation using C++.
Usage
faststddev(X, w)
Arguments
X |
Regressor matrix. |
w |
Weights. |
Value
Vector of standard deviations of the parameter estimates.
[Package penppml version 0.2.3 Index]