LambdaMarkovEstimation.m
to estimate lambda.
Do this in three steps.
resultsAllTopos.bak
.
java PruneInputConvertStringToInteger >! resultsAllToposInt.out
MATLAB> load resultsAllToposInt.out
MATLAB> lambda=LambdaMarkovEstimation(resultsAllToposInt)
bootstrap.in,
which contains two lines: the number of bootstrap
replications (integer), and lambda (float).
Example:
100
0.64
Here, 100 bootstrap replications are carried out with a value of lambda=0.64.
Back to my homepage