search for: binomialdistribution

Displaying 3 results from an estimated 3 matches for "binomialdistribution".

2008 Aug 05
1
optimize simultaneously two binomials inequalities using nlm( ) or optim( )
...I?m using Mathematica 6 but it is a Trial, so I would like use R intead (or better, I need it)! To exemplify, In Mathematica I call the function using NMinimize passing the restriction and parameters: /* function name "findOpt" and parameters... */ restriction = (1 - alpha) <= CDF[BinomialDistribution[sample_n, p1], c] && betha >= CDF[BinomialDistribution[sample_n, p2], c] && 0 < alpha < alphamax && 0 < betha < bethamax && 1 < sample_n <= lot_Size && 0 <= c < lot_size && p1 < p2 < p2max ; fco...
2008 Jul 21
0
optimize function help!!
...recise OC curve with respect to one of the points. I?m using Mathematica 6 but it is a Trial, so I would like use R intead (better, I need it)! In Mathematica I call a parameter called restriction: // fucntion name "findOpt" and parameters... restriction = (1 - alpha) <= CDF[BinomialDistribution[sample_n, p1], c] && betha >= CDF[BinomialDistribution[sample_n, p2], c] && 0 < alpha < alphamax && 0 < betha < bethamax && 1 < sample_n <= lot_Size && 0 <= c < amostra &&...
2008 Jul 29
0
optimize simultaneously two binomials inequalities using nlm
...I?m using Mathematica 6 but it is a Trial, so I would like use R intead (or better, I need it)! To exemplify, In Mathematica I call the function using NMinimize passing the restriction and parameters: /* function name "findOpt" and parameters... */ restriction = (1 - alpha) <= CDF[BinomialDistribution[sample_n, p1], c] && betha >= CDF[BinomialDistribution[sample_n, p2], c] && 0 < alpha < alphamax && 0 < betha < bethamax && 1 < sample_n <= lot_Size && 0 <= c < lot_size && p1 < p2 < p2max ; fco...