Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help

The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...

The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.

System Arch

RPM resource ghc-statistics-linreg

Provides functions to perform a linear regression between 2 samples, see the documentation of the linearRegression functions. This library is based on the 'statistics' package. * 0.3: you can now use all functions on any instance of the Vector class (not just unboxed vectors). * 0.2.4: added distribution estimations for standard regression parameters. * 0.2.3: added robust-fit support. * 0.2.2: added the Total-Least-Squares version and made some refactoring to eliminate code duplication * 0.2.1: added the r-squared version and improved the performances. Code sample: > import qualified Data.Vector.Unboxed as U > > test :: Int -> IO () > test k = do > let n = 10000000 > let a = k*n + 1 > let b = (k+1)*n > let xs = U.fromList [a..b] > let ys = U.map (x -> x*100 + 2000) xs > -- thus 100 and 2000 are the alpha and beta we want > putStrLn "linearRegression:" > print $ linearRegression xs ys The r-squared and Total-Least-Squares versions work the same way.

Found 1 sites for ghc-statistics-linreg

Found 13 RPM for ghc-statistics-linreg

PackageSummaryDistributionDownload
ghc-statistics-linreg-0.3-bp156.3.3.aarch64.htmlLinear regression between two samples, based on the 'statistics' packageOpenSuSE Leap 15.6 for aarch64ghc-statistics-linreg-0.3-bp156.3.3.aarch64.rpm
ghc-statistics-linreg-0.3-bp156.3.3.ppc64le.htmlLinear regression between two samples, based on the 'statistics' packageOpenSuSE Leap 15.6 for ppc64leghc-statistics-linreg-0.3-bp156.3.3.ppc64le.rpm
ghc-statistics-linreg-0.3-bp156.3.3.s390x.htmlLinear regression between two samples, based on the 'statistics' packageOpenSuSE Leap 15.6 for s390xghc-statistics-linreg-0.3-bp156.3.3.s390x.rpm
ghc-statistics-linreg-0.3-bp156.3.3.x86_64.htmlLinear regression between two samples, based on the 'statistics' packageOpenSuSE Leap 15.6 for x86_64ghc-statistics-linreg-0.3-bp156.3.3.x86_64.rpm
ghc-statistics-linreg-0.3-bp155.2.14.aarch64.htmlLinear regression between two samples, based on the 'statistics' packageOpenSuSE Leap 15.5 for aarch64ghc-statistics-linreg-0.3-bp155.2.14.aarch64.rpm
ghc-statistics-linreg-0.3-bp155.2.14.ppc64le.htmlLinear regression between two samples, based on the 'statistics' packageOpenSuSE Leap 15.5 for ppc64leghc-statistics-linreg-0.3-bp155.2.14.ppc64le.rpm
ghc-statistics-linreg-0.3-bp155.2.14.s390x.htmlLinear regression between two samples, based on the 'statistics' packageOpenSuSE Leap 15.5 for s390xghc-statistics-linreg-0.3-bp155.2.14.s390x.rpm
ghc-statistics-linreg-0.3-bp155.2.14.x86_64.htmlLinear regression between two samples, based on the 'statistics' packageOpenSuSE Leap 15.5 for x86_64ghc-statistics-linreg-0.3-bp155.2.14.x86_64.rpm
ghc-statistics-linreg-0.3-bp155.2.2.armv7hl.htmlLinear regression between two samples, based on the 'statistics' packageOpenSuSE Ports Leap 15.5 for armv7hlghc-statistics-linreg-0.3-bp155.2.2.armv7hl.rpm
ghc-statistics-linreg-0.3-bp154.1.17.aarch64.htmlLinear regression between two samples, based on the 'statistics' packageOpenSuSE Leap 15.4 for aarch64ghc-statistics-linreg-0.3-bp154.1.17.aarch64.rpm
ghc-statistics-linreg-0.3-bp154.1.17.ppc64le.htmlLinear regression between two samples, based on the 'statistics' packageOpenSuSE Leap 15.4 for ppc64leghc-statistics-linreg-0.3-bp154.1.17.ppc64le.rpm
ghc-statistics-linreg-0.3-bp154.1.17.x86_64.htmlLinear regression between two samples, based on the 'statistics' packageOpenSuSE Leap 15.4 for x86_64ghc-statistics-linreg-0.3-bp154.1.17.x86_64.rpm
ghc-statistics-linreg-0.3-bp154.1.2.armv7hl.htmlLinear regression between two samples, based on the 'statistics' packageOpenSuSE Ports Leap 15.4 for armv7hlghc-statistics-linreg-0.3-bp154.1.2.armv7hl.rpm

Generated by rpm2html 1.6

Fabrice Bellet