<< stdboot Miscellaneous Probability Distribution Functions >>

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')))

<< stdboot Miscellaneous Probability Distribution Functions >>