<< stdboot Miscellaneous Random Numbers >>

Stixbox >> Stixbox > Miscellaneous > stdjack

stdjack

Jackknife estimate of the standard deviation of a parameter estimate

Calling Sequence

C = stdjack(X,'T')

Parameters

x,y

two matrices or vectors.

Description

Jackknife estimate of the standard deviation of a parameter estimate.

The function is equal to sqrt(diag(covjack(X,'T')))


Report an issue
<< stdboot Miscellaneous Random Numbers >>