15.12.2012 Views

scipy tutorial - Baustatik-Info-Server

scipy tutorial - Baustatik-Info-Server

scipy tutorial - Baustatik-Info-Server

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

SciPy Reference Guide, Release 0.8.dev<br />

rptfile – string with the filename to print ODRPACK summaries to. *Do Not<br />

Open This File Yourself!*<br />

ndigit – integer specifying the number of reliable digits in the computation<br />

of the function.<br />

taufac – float specifying the initial trust region. The default value is 1.<br />

The initial trust region is equal to taufac times the length of the first computed<br />

Gauss-Newton step. taufac must be less than 1.<br />

sstol – float specifying the tolerance for convergence based on the relative<br />

change in the sum-of-squares. The default value is eps**(1/2) where eps is<br />

the smallest value such that 1 + eps > 1 for double precision computation on<br />

the machine. sstol must be less than 1.<br />

partol – float specifying the tolerance for convergence based on the relative<br />

change in the estimated parameters. The default value is eps**(2/3) for<br />

explicit models and eps**(1/3) for implicit models. partol must be less than<br />

1.<br />

maxit – integer specifying the maximum number of iterations to perform. For<br />

first runs, maxit is the total number of iterations performed and defaults to<br />

50. For restarts, maxit is the number of additional iterations to perform and<br />

defaults to 10.<br />

stpb – sequence (len(stpb) == len(beta0)) of relative step sizes to compute<br />

finite difference derivatives wrt the parameters.<br />

stpd – array (stpd.shape == data.x.shape or stpd.shape == (m,)) of relative<br />

step sizes to compute finite difference derivatives wrt the input variable<br />

errors. If stpd is a rank-1 array with length m (the dimensionality of the input<br />

variable), then the values are broadcast to all observations.<br />

sclb – sequence (len(stpb) == len(beta0)) of scaling factors for the<br />

parameters. The purpose of these scaling factors are to scale all of the parameters<br />

to around unity. Normally appropriate scaling factors are computed if this<br />

argument is not specified. Specify them yourself if the automatic procedure<br />

goes awry.<br />

scld – array (scld.shape == data.x.shape or scld.shape == (m,)) of scaling<br />

factors for the errors in the input variables. Again, these factors are automatically<br />

computed if you do not provide them. If scld.shape == (m,), then the<br />

scaling factors are broadcast to all observations.<br />

work – array to hold the double-valued working data for ODRPACK. When<br />

restarting, takes the value of self.output.work .<br />

iwork – array to hold the integer-valued working data for ODRPACK. When<br />

restarting, takes the value of self.output.iwork .<br />

Other Members (not supplied as initialization arguments):<br />

294 Chapter 3. Reference

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!