File: control

package info (click to toggle)
octave-tsa 4.4.5-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 484 kB
  • sloc: cpp: 400; makefile: 64
file content (29 lines) | stat: -rw-r--r-- 1,120 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
Source: octave-tsa
Section: math
Priority: optional
Maintainer: Debian Octave Group <team+pkg-octave-team@tracker.debian.org>
Uploaders: Rafael Laboissiere <rafael@debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-octave,
               gnuplot-nox,
               octave-nan,
               xauth,
               xvfb
Standards-Version: 4.3.0
Homepage: https://octave.sourceforge.io/tsa/
Vcs-Git: https://salsa.debian.org/pkg-octave-team/octave-tsa.git
Vcs-Browser: https://salsa.debian.org/pkg-octave-team/octave-tsa
Testsuite: autopkgtest-pkg-octave
Rules-Requires-Root: no

Package: octave-tsa
Architecture: all
Depends: ${misc:Depends}, ${octave:Depends}
Description: time series analysis in Octave
 The TSA toolbox is useful for analysing Time Series.  The methods are
 based on stochastic concepts and maximum entropy methods. The
 programs should be compatible to Matlab as well as Octave.  It
 includes Stochastic Signal processing, Autoregressive Model
 Identification, maximum entropy spectral estimation, and much more.
 .
 This Octave add-on package is part of the Octave-Forge project.