File: control

package info (click to toggle)
octave-data-smoothing 1.3.0-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 112 kB
  • ctags: 4
  • sloc: makefile: 1
file content (24 lines) | stat: -rw-r--r-- 1,116 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
Source: octave-data-smoothing
Section: math
Priority: optional
Maintainer: Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org>
Uploaders: Thomas Weber <tweber@debian.org>,
           Rafael Laboissiere <rafael@laboissiere.net>,
           Sébastien Villemot <sebastien@debian.org>,
           Mike Miller <mtmiller@debian.org>
Build-Depends: debhelper (>= 9), cdbs, octave-pkg-dev (>= 1.0.1)
Standards-Version: 3.9.6
Homepage: http://octave.sourceforge.net/data-smoothing
Vcs-Git: git://anonscm.debian.org/pkg-octave/octave-data-smoothing.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-octave/octave-data-smoothing.git

Package: octave-data-smoothing
Architecture: all
Depends: ${misc:Depends}, ${octave:Depends}
Description: functions to do data smoothing on noisy data
 This package provides functions to do noisy data smoothing in Octave,
 a numerical computation software. It contains functions to calculate
 the divided difference of order d of a vector x (ddmat) and several
 functions to do Tikhonov data manipulation.
 .
 This Octave add-on package is part of the Octave-Forge project.