File: control

package info (click to toggle)
r-cran-statip 0.2.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 320 kB
  • sloc: ansic: 42; sh: 13; makefile: 2
file content (37 lines) | stat: -rw-r--r-- 1,500 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Source: r-cran-statip
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Andreas Tille <tille@debian.org>
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-r,
               r-base-dev,
               r-cran-clue,
               r-cran-rpart
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-statip
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-statip.git
Homepage: https://cran.r-project.org/package=statip
Rules-Requires-Root: no

Package: r-cran-statip
Architecture: any
Depends: ${R:Depends},
         ${shlibs:Depends},
         ${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: statistical functions for probability distributions and regression
 A collection of miscellaneous statistical functions for
 probability distributions: 'dbern()', 'pbern()', 'qbern()', 'rbern()' for
 the Bernoulli distribution, and 'distr2name()', 'name2distr()' for
 distribution names;
 probability density estimation: 'densityfun()';
 most frequent value estimation: 'mfv()', 'mfv1()';
 other statistical measures of location: 'cv()' (coefficient of variation),
 'midhinge()', 'midrange()', 'trimean()';
 construction of histograms: 'histo()', 'find_breaks()';
 calculation of the Hellinger distance: 'hellinger()';
 use of classical kernels: 'kernelfun()', 'kernel_properties()';
 univariate piecewise-constant regression: 'picor()'.