Weibull.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
13 #ifndef _Weibull_H_
14 #define _Weibull_H_
15 
16 #include "FunctionBase.h"
17 
18 namespace hippodraw {
19 
26 {
27 
28 protected:
29 
31  virtual void initialize ();
32 
33 public:
34 
36  Weibull ();
37 
39  Weibull ( double prefactor, double scale, double shape );
40 
41  virtual FunctionBase * clone () const;
42 
44  virtual double operator () ( double x ) const;
45 
46  virtual void initialParameters ( const FunctionHelper * helper );
47 
48 protected:
49 
50  virtual double derivByParm ( int i, double x ) const;
51 
52 };
53 
54 } // namespace hippodraw
55 
56 #endif // _Weibull_H_
57 
#define MDL_HIPPOPLOT_API
Definition: libhippo.h:36
unsigned int i
std::vector< intptr_t > shape(numeric::array arr)
Definition: num_util.cpp:317
A function can be used with a fitter.
Definition: Weibull.h:25
numeric::array clone(numeric::array arr)
Definition: num_util.cpp:412
A function that can be added to a DataRep and used in a fitter.
Definition: FunctionBase.h:90
An abstract base class to help FunctionBase objects perform some operations.
hippodraw::FunctionBase class interface

Generated for HippoDraw Class Library by doxygen