From 2ccaaf8e1d8efa6c520ffee2a83f549583f6c722 Mon Sep 17 00:00:00 2001 From: "Paul A. Gagniuc" Date: Wed, 9 Mar 2022 14:45:55 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index ebd2617..2bf027e 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,6 @@ # Spectral Forecast model for signals -This Javascript project uses my own mathematical model published in the journal [Chaos](https://aip.scitation.org/doi/10.1063/1.5120818). The model is called Spectral Forecast. The Spectral Forecast equation is a part of the Spectral Forecast model and it was initially used on matrices. It can also be used on other multidimensional mathematical objects. Here, a novel utility is demonstrated for signals by using the equation on vectors. This new use on 1-dimensional objects was published [here](https://www.wiley.com/en-ie/Algorithms+in+Bioinformatics:+Theory+and+Implementation-p-9781119697992). Signal processing with Spectral Forecast - is a demo application designed in Javascript, that is able to mix two signals (A and B) in arbitrary proportions. Different cases can be seen, with two different waveform signals that are combined depending on a value d, called a distance. This distance d can be arbitrary chosen between zero and a value Max(d), which is defined as the maximum value found above the two vectors that represent these signals. Note that the construction and theory behind the chart of this application can be found [here](https://github.com/Gagniuc/World-smallest-js-chart-v1.0). - - -Spectral forecast is a novel general-purpose prediction model recently published in the journal CHAOS. This chapter explains how spectral forecast works -in detail and suggests some interesting possible applications of the method in bioinformatics. Here, this novel prediction method is described, implemented, and tested. The model revolves around three known states: two extreme outcomes (A and B) and one measurement (P). These states are represented by either vectors or matrices that include sets of homologous parameters. An information spectrum is described as a series of predicted states (M1, M2, M3, …, Md) generated between the two extreme outcomes (Aand B). These states are successively calculated using the spectral forecast equation. The predicted states are compared with a known state (P) from the measurements to generate a series of similarity index values. The trend generated by the values of the similarity index shows how a system may behave against these two extreme outcomes (A and B) +Spectral forecast is a novel general-purpose prediction model recently published in the journal [CHAOS](https://doi.org/10.1063/1.5120818). The model revolves around three known states: two extreme outcomes (A and B) and one measurement (P). These states are represented by either vectors or matrices that include sets of homologous parameters. An information spectrum is described as a series of predicted states (M1, M2, M3, …, Md) generated between the two extreme outcomes (A and B). These states are successively calculated using the [spectral forecast equation](https://github.com/Gagniuc?tab=repositories&q=spectral+forecast&type=&language=&sort=). The predicted states are compared with a known state (P) from the measurements to generate a series of similarity index values. The trend generated by the values of the similarity index shows how a system may behave against these two extreme outcomes (A and B). Note that the construction and theory behind the chart of this application can be found [here](https://github.com/Gagniuc/World-smallest-js-chart-v1.0). # Info on Spectral Forecast Please read more about Spectral Forecast here: