Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37827592
en ru br
ALT Linux repos
5.0: 0.8.5-alt3
4.1: 0.8.5-alt2

Group :: Development/Other
RPM: pear-Math_Stats

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define pear_name Math_Stats

Name: pear-Math_Stats
Version: 0.8.5
Release: alt3

Summary: Classes to calculate statistical parameters

License: PHP
Group: Development/Other
Url: http://pear.php.net/package/Math_Stats

Packager: Vitaly Lipatov <lav at altlinux.ru>

Source: http://pear.php.net/get/Math_Stats-%version.tar.bz2

BuildArchitectures: noarch

Requires: pear-core
BuildRequires: pear-core rpm-build-pear

%description
Classes to calculate statistical parameters of numerical arrays
of data. The data can be in a simple numerical array, or in a
cummulative numerical array. A cummulative array, has the value
as the index and the number of repeats as the value for the
array item, e.g. $data = array(3=>4, 2.3=>5, 1.25=>6, 0.5=>3).
Nulls can be rejected, ignored or handled as zero values.

%prep
%setup -c

%build
%pear_build

%install
%pear_install_std

%post
%register_pear_module

%preun
%unregister_pear_module

%files
%doc LICENSE CHANGELOG
%pear_dir/Math
%pear_docdir/%pear_name/
%pear_xmldir/%pear_name.xml

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin