sorted raw results since they now can arrive out of order
[PsN.git] / html / pontus / llp_examples.php
blob6cc5105f8239cb67bde52ed4a947769ac8cb9d18
1 <h3 class="heading1">Example:</h3>
3 <p class="style2">llp -model=run89.mod -thetas='1,2'</p>
5 This will make the llp tool try to estimate the confidence
6 intervals for thetas one and two of the model in run89.mod. It
7 will base the first guesses on the standard error estimates from
8 run89.lst.
10 <p class="style2">llp -model=run89.mod -thetas='1,2' -rse_thetas='20,30'</p>
12 In this example, we explicitly specify the relative standard
13 errors which is necessary if we do not have an output file with
14 standard error estimates.