Home
last modified time | relevance | path

Searched refs:Helmert (Results 1 – 25 of 305) sorted by relevance

12345678910>>...13

/dports/math/p5-Geo-Coordinates-UTM/Geo-Coordinates-UTM-0.11/t/
H A D02_points.t72 Helmert 1906|59.9201815839611|-99.2827685844408|14V|484189.728077767|6642625.01984108
118 Helmert 1906|45.4416429793514|-59.3491564433593|21T|316277.376858519|5034750.87757134
163 Helmert 1906|76.8564843583623|-77.8858858063325|18X|426772.850216472|8532641.63221763
186 Helmert 1906|-53.9063545868914|82.9790651234818|44F|630011.144548621|4025019.9690289
201 Helmert 1906|-42.7919587323294|92.3815411151324|46G|449420.132525342|5262051.72898115
214 Helmert 1906|-12.4972548881506|173.469367356779|59L|768388.781170199|8617192.85884249
236 Helmert 1906|12.2125919178269|34.1018626785483|36P|619860.907566081|1350320.2490256
251 Helmert 1906|45.5646600873306|41.2801567423253|37T|677938.186800496|5048262.27080925
329 Helmert 1906|37.4357201532249|-85.0270428866|16S|674549.989625671|4145081.37924612
423 Helmert 1906|7.92639407259973|-160.505945240478|4N|333996.27900145|876471.003757981
[all …]
/dports/math/newmat/newmat-1.1_1/
H A Dnm_misc.cpp24 ReturnMatrix Helmert(int n, bool full) in Helmert() function
46 ReturnMatrix Helmert(const ColumnVector& X, bool full) in Helmert() function
61 ReturnMatrix Helmert(int n, int j, bool full) in Helmert() function
109 ReturnMatrix Helmert(const Matrix& X, bool full) in Helmert() function
120 Y.Column(j) = Helmert(CV, full); in Helmert()
H A Dnewmatap.h239 ReturnMatrix Helmert(int n, bool full=false);
240 ReturnMatrix Helmert(const ColumnVector& X, bool full=false);
241 ReturnMatrix Helmert(int n, int j, bool full=false);
244 ReturnMatrix Helmert(const Matrix& X, bool full=false);
H A Dtmth.cpp780 Matrix Z = Helmert(Y) - I; in trymath()
791 Z = Helmert(Y, true) - I; in trymath()
803 Y = Helmert(X, true); in trymath()
809 for (i = 1; i <= 9; ++i) A.Column(i) = Helmert(9, i, true); in trymath()
812 Y = Helmert(X); in trymath()
814 for (i = 1; i <= 9; ++i) A.Column(i) = Helmert(9, i); in trymath()
822 Y = Helmert(X); in trymath()
823 Z = Helmert(X,true).rows(1,24) - Y; in trymath()
825 Z = Helmert(X,true).row(25) - X.sum_columns() / 5.0; in trymath()
830 Z = Helmert_transpose(X, true) - Helmert(X, true).t(); in trymath()
[all …]
/dports/graphics/qgis/qgis-3.22.3/python/analysis/auto_additions/
H A Dqgsgcptransformer.py4 QgsGcpTransformerInterface.TransformMethod.Helmert.__doc__ = "Helmert transform"
11 … + '\n' + '* ``Helmert``: ' + QgsGcpTransformerInterface.TransformMethod.Helmert.__doc__ + '\n' + …
/dports/math/py-statsmodels/statsmodels-0.13.1/docs/source/
H A Dcontrasts.rst145 Helmert Coding
148Helmert coding is sometimes referred to as Reverse Helmert Coding. The mean of the dependent varia…
152 from patsy.contrasts import Helmert
153 contrast = Helmert().code_without_intercept(levels)
156 mod = ols("write ~ C(race, Helmert)", data=hsb2)
167 As you can see, these are only equal up to a constant. Other versions of the Helmert contrast give …
/dports/graphics/gpxsee/GPXSee-7.32/src/map/
H A Ddatum.cpp79 _transformation = Helmert; in Datum()
96 case Helmert: in toWGS84()
109 case Helmert: in fromWGS84()
/dports/math/py-statsmodels/statsmodels-0.13.1/examples/notebooks/
H A Dcontrasts.ipynb356 "### Helmert Coding"
363Helmert coding is sometimes referred to as Reverse Helmert Coding. The mean of the dependent varia…
372 "from patsy.contrasts import Helmert\n",
374 "contrast = Helmert().code_without_intercept(levels)\n",
384 "mod = ols(\"write ~ C(race, Helmert)\", data=hsb2)\n",
410 …"As you can see, these are only equal up to a constant. Other versions of the Helmert contrast giv…
/dports/graphics/proj/proj-7.2.1/test/gie/
H A DGDA.gie26 # Just the Helmert transformation, to verify that we are within 100 um
64 # Just the Helmert transformation, to verify that we are within 100 um
/dports/math/py-statsmodels/statsmodels-0.13.1/examples/python/
H A Dcontrasts.py197 from patsy.contrasts import Helmert
199 contrast = Helmert().code_without_intercept(levels)
/dports/graphics/qgis/qgis-3.22.3/src/app/georeferencer/
H A Dqgsgeoreftransform.cpp64 || mTransformParametrisation == TransformMethod::Helmert in providesAccurateInverseTransformation()
173 else if ( mTransformParametrisation == TransformMethod::Helmert ) in getOriginScaleRotation()
/dports/math/R-cran-car/car/man/
H A DContrasts.Rd5 \alias{contr.Helmert}
22 contr.Helmert(n, contrasts = TRUE)
46 \item{\code{decorate.contr.Helmert}}{Similar to the above, with default \code{"H."}.}
/dports/graphics/gpxsee/GPXSee-7.32/pkg/csv/
H A Dellipsoids.csv14 Helmert 1906,7020,6378200.0,298.3
/dports/math/R/R-4.1.2/src/library/stats/man/
H A Dse.contrast.Rd28 value is the first Helmert contrast, which contrasts the first and
95 ## t.stat^2 is the F value on the A:B: C1 line (with Helmert contrasts)
118 cont1 <- c(-1, 1)[A]/32 # Helmert contrasts
/dports/math/libRmath/R-4.1.1/src/library/stats/man/
H A Dse.contrast.Rd28 value is the first Helmert contrast, which contrasts the first and
95 ## t.stat^2 is the F value on the A:B: C1 line (with Helmert contrasts)
118 cont1 <- c(-1, 1)[A]/32 # Helmert contrasts
/dports/math/py-patsy/patsy-0.5.2/patsy/
H A Dbuiltins.py13 from patsy.contrasts import ContrastMatrix, Treatment, Poly, Sum, Helmert, Diff
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/base/
H A Dellips.dat16 Helmert 1906 HE 6378200.000 6356818.1700 298.300000000
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/projection/pj_geotrans/data/
H A DProjection_GeoTRANS_Ellipsoid.dat15 Helmert 1906 HE 6378200.000 6356818.1700 298.300000000
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/data/
H A Dgt_ellips.csv16 Helmert 1906 ,HE,6378200.000,6356818.1700,298.300000000
H A Dozi_ellips.csv18 12,Helmert 1906,6378200.0,298.3
/dports/graphics/gdal/gdal-3.3.3/data/
H A Dgt_ellips.csv16 Helmert 1906 ,HE,6378200.000,6356818.1700,298.300000000
H A Dozi_ellips.csv18 12,Helmert 1906,6378200.0,298.3
/dports/graphics/py-gdal/gdal-3.3.3/data/
H A Dgt_ellips.csv16 Helmert 1906 ,HE,6378200.000,6356818.1700,298.300000000
H A Dozi_ellips.csv18 12,Helmert 1906,6378200.0,298.3
/dports/www/py-tuir/tuir-1.29.0/
H A DAUTHORS.rst68 * `John Helmert III <jchelmertt3@gmail.com>`_
73 * `John Helmert <jchelmertt3@gmail.com>`_

12345678910>>...13