nrregr_options

Sets options for function 'nrregr' one by one.

Contents

Syntax

nrregr_options (key, val)

Description

Sets options for function nrregr one by one. Type 'nrregr_options' to see values or type 'nrregr_options('default') to set options at default values

Input

'default': sets options at default values
any other key (see below): print value to screen
'max_step_number', default: 10
'max_step_size', default : 1e20
'max_norm', default: 1e-8
'report', default: 1

Output

Example of use

nrregr_options('default'); nrregr_options('report', 0)