フィルターのクリア

equation using three variables

1 回表示 (過去 30 日間)
sara
sara 2011 年 7 月 5 日
Hi, I am MSc student and need to implement the below formula in Matlab then change the values of variables in order to optimise the false positive probability and plot the results. I have never worked with Matlab before and I am just trying to get familiar more and more with it but yet I couldn't find out how I can solve this implementation. Should I use "Optimization Toolbox" for implementation?
Pfr = (1 - ( 1 - 1/m )^(k*n) )^k
Thank you in advance

回答 (2 件)

D
D 2011 年 7 月 5 日
I'm not clear on your exact problem, but you can check out the function list to see if anything will work: http://www.mathworks.com/help/toolbox/optim/ug/bqnk0r0.html

bym
bym 2011 年 7 月 5 日
I'd start with these:
lsqcurvefit()
lsqnonlin()

カテゴリ

Help Center および File ExchangeSolver Outputs and Iterative Display についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by