Changeset 440 for trunk


Ignore:
Timestamp:
Dec 22, 2007, 5:17:13 PM (16 years ago)
Author:
Argimiro Resende Secchi
Message:

Adding new options in samples for estimation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sample/estimation/sample_est.mso

    r380 r440  
    1515       
    1616        EQUATIONS
    17         PV/'atm' = exp(A - B/(T-C));
     17        PV = exp(A - B/(T-C)) * 'atm';
    1818       
    1919        OPTIONS
     
    2525        ESTIMATE
    2626        # PAR   START  LOWER  UPPER  UNIT
    27         A       1.5    -3     10;
     27        A       4.5    -3     10;
    2828        B       1000   800    3000    'K';
    2929        C       50     20     200     'K';
     
    3737                File = "ipopt_emso",
    3838#               File = "complex",
    39                 acceptable_tol = 1e-3,
    40                 ObjTol = 1e-3
     39                ObjTol = 1e-6
    4140        );
     41
     42        Statistics = "complete"; # "simplified";
    4243        Dynamic = false;
    4344end
Note: See TracChangeset for help on using the changeset viewer.