Error associated with the GetMaximumX () function

Hi everyone,

What is the error associated with the maximum value extrapolated from the GetMaximum() function?

This is my code:

TF1 *g3 = new TF1(“sigmoid1”,"(([0]+[4]x)/(1+ TMath::Exp(-[1](x-[2])))+[3])",0,300);
g3->GetMaximumX();


ROOT Version: Not Provided
Platform: Not Provided
Compiler: Not Provided


TF1::GetMaximumX

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.