#229 closed defect (fixed)
MonteCarloPlain does not work in Versión 1.1.2 Jan 13 2005 for WINDOWS
Reported by: | jlaybar | Owned by: | Jorge |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Math | Version: | 1.1.2 |
Severity: | normal | Keywords: | TOL |
Cc: |
Description
Montecarlo function is using Matrix X when it shouldn´t
Matrix X = Col(100);
Real UserFunc( Matrix X)
{
Real x = MatDat(X, 1,1);
Real Px = DensNormal(x,0,1);
WriteLn("x: "<<x+"Px "<<Px);
Px
};
Set plain = MonteCarloPlain(UserFunc,1,Col(-10),Col(10),10);
Cheers
Uncle James
Change History (6)
comment:1 Changed 20 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 Changed 20 years ago by
Resolution: | duplicate |
---|---|
Status: | closed → reopened |
This is not duplicated is it just similar.
comment:4 Changed 20 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
The solution is similar to http://bugs.tol-project.org/show_bug.cgi?id=228
comment:5 Changed 20 years ago by
Component: | TOL-tcl → Probability |
---|---|
Keywords: | TOL added; Tol-Base removed |
product: | Tol-Base → TOL |
Version: | cvs-snapshot → 1.1.2 |
This bug belongs to product Tol
comment:6 Changed 18 years ago by
bug_file_loc: | → http://cvs.tol-project.org/viewcvs.cgi/tol_tests/tol/Bugzilla/bug_000229 |
---|
Note: See
TracTickets for help on using
tickets.
This bug have being solved
* This bug has been marked as a duplicate of 228 *