File: control

package info (click to toggle)
octave-data-smoothing 1.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 92 kB
  • ctags: 8
  • sloc: makefile: 64; sh: 4
file content (24 lines) | stat: -rw-r--r-- 1,091 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: Ólafur Jens Sigurðsson <ojsbug@gmail.com>,
 Thomas Weber <thomas.weber.mail@gmail.com>,
 Rafael Laboissiere <rafael@debian.org>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 7.0.0), cdbs, octave-pkg-dev (>= 0.7.0)
Standards-Version: 3.8.1
Homepage: http://octave.sourceforge.net/data-smoothing
Vcs-Git: git://git.debian.org/git/pkg-octave/octave-data-smoothing.git
Vcs-Browser: http://git.debian.org/?p=pkg-octave/octave-data-smoothing.git

Package: octave-data-smoothing
Architecture: any
Depends: ${misc:Depends}, ${shlibs: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.