[
https://issues.apache.org/jira/browse/SOLR-10685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joel Bernstein updated SOLR-10685:
----------------------------------
Description:
The fast cosine transform Stream Evaluator can be used to smooth non-stationary
time series data.
Syntax:
fast cosine transform:
{code}
a = fct(colA)
{code}
Inverse fast cosine transform:
{code}
a = fcti(colA)
{code}
FCT implementation provided by Apache Commons Math.
was:
The discrete cosine transform Stream Evaluator can be used to smooth
non-stationary time series data.
Syntax:
{code}
a = dct(colA)
{code}
DCT implementation provided by Apache Commons Math.
> Add Fast Cosine Transform and Inverse Fast Cosine Transform Stream Evaluators
> -----------------------------------------------------------------------------
>
> Key: SOLR-10685
> URL: https://issues.apache.org/jira/browse/SOLR-10685
> Project: Solr
> Issue Type: New Feature
> Security Level: Public(Default Security Level. Issues are Public)
> Reporter: Joel Bernstein
> Assignee: Joel Bernstein
>
> The fast cosine transform Stream Evaluator can be used to smooth
> non-stationary time series data.
> Syntax:
> fast cosine transform:
> {code}
> a = fct(colA)
> {code}
> Inverse fast cosine transform:
> {code}
> a = fcti(colA)
> {code}
> FCT implementation provided by Apache Commons Math.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]