dynts

Software screenshot:
dynts
Dettagli del software:
Versione: 0.4.1
Data di caricamento: 11 May 15
Sviluppatore: Luca Sbardella
Licenza: Libero
Popolarità: 114

Rating: 4.0/5 (Total Votes: 1)

dynts è un'analisi timeseries e un linguaggio specifico dominio timeseries scritto in Python.
Oggetto Timeserie
Per creare un oggetto timeseries direttamente:
>>> Da dynts importazione timeseries
>>> Ts = timeseries ('test')
>>> Ts.type
'Zoo'
>>> Ts.name
'Test'
>>> Ts
TimeSeries: zoo: Test
>>> str (ts)
'Test'
DSL
Al centro della biblioteca c'è un-specifico della lingua Dominio (DSL) dedicato alla timeserie analisi e la manipolazione. DynTS rende manipolazione timeserie facile e divertente. Si tratta di una semplice moltiplicazione:
>>> dynts importazione
>>> E = dynts.parse ('2 * GOOG')
>>> E
2.0 * goog
>>> Len (e)
2
Lista >>> (e)
[2.0, GOOG]
>>> Ts = dynts.evaluate (e) .unwind ()
>>> Ts
TimeSeries: zoo: 2.0 * goog
>>> len (ts)
251

Requisiti

  • Python
  • NumPy
  • PLY
  • RPy2
  • ccy

Programmi simili

bigfloat
bigfloat

14 Apr 15

GRPN
GRPN

15 Apr 15

minpower
minpower

15 Apr 15

Genius
Genius

22 Jun 18

Altri software di sviluppo Luca Sbardella

djpcms
djpcms

20 Feb 15

Commenti a dynts

I commenti non trovato
Aggiungi commento
Accendere le immagini!