|
Jpp 20.0.0-rc.9-29-gccc23c492-D
the software that should make you happy
|
Linear fit of crossing point (position) between axes (objects with position and direction). More...
#include <JPoint3DEstimator.hh>
Public Types | |
| typedef double JPoint3D::* | parameter_type |
Public Member Functions | |
| template<class T > | |
| JEstimator (T __begin, T __end) | |
| Constructor. | |
Static Public Member Functions | |
| static parameter_type | pX () |
| static parameter_type | pY () |
| static parameter_type | pZ () |
Public Attributes | |
| JMATH::JMatrix3S | V |
| co-variance matrix of fit parameters | |
Static Public Attributes | |
| static const int | NUMBER_OF_PARAMETERS = 3 |
| number of parameters of fit | |
Linear fit of crossing point (position) between axes (objects with position and direction).
![\begin{center}\setlength{\unitlength}{0.6cm}\begin{picture}(12,12)
\put( 5.0, 5.0){\circle*{0.3}}
\put( 4.0, 5.0){\makebox(0,0)[r]{$(x_{0},y_{0},z_{0})$}}
\multiput( 5.0, 5.0)(+0.2, 0.0){18}{\makebox(0,0)[c]{.}}
\put( 9.0, 5.0){\circle*{0.2}}
\put( 9.0, 5.0){\vector(+1, 0){0.7}}
\put(10.0, 5.0){\makebox(0,0)[l]{$(\bar{x}_j,\hat{u}_j)$}}
\multiput( 5.0, 5.0)(-0.2,+0.2){18}{\makebox(0,0)[c]{.}}
\put( 1.0, 9.0){\circle*{0.2}}
\put( 1.0, 9.0){\vector(-1,+1){0.6}}
\put( 0.0,10.0){\makebox(0,0)[r]{$(\bar{x}_k,\hat{u}_k)$}}
\multiput( 5.0, 5.0)(-0.2,-0.2){18}{\makebox(0,0)[c]{.}}
\put( 1.0, 1.0){\circle*{0.2}}
\put( 1.0, 1.0){\vector(-1,-1){0.6}}
\put( 0.0, 0.0){\makebox(0,0)[r]{$(\bar{x}_i,\hat{u}_i)$}}
\end{picture}
\end{center}](form_10.png)
where:

The parameters 
Definition at line 55 of file JPoint3DEstimator.hh.
|
inherited |
Definition at line 34 of file JPoint3D.hh.
|
inline |
Constructor.
The template argument T refers to an iterator of a data structure which should have the following member methods:
| __begin | begin of data |
| __end | end of data |
Definition at line 74 of file JPoint3DEstimator.hh.
|
inlinestaticinherited |
Definition at line 36 of file JPoint3D.hh.
|
inlinestaticinherited |
Definition at line 37 of file JPoint3D.hh.
|
inlinestaticinherited |
Definition at line 38 of file JPoint3D.hh.
|
static |
number of parameters of fit
Definition at line 128 of file JPoint3DEstimator.hh.
| JMATH::JMatrix3S JFIT::JEstimator< JPoint3D >::V |
co-variance matrix of fit parameters
Definition at line 129 of file JPoint3DEstimator.hh.