Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.068.688 Times

Genetic Algorithm Time Series Forecast software
Filter: All | Freeware | Demo
 

Genetic Algorithm Time Series Forecast

< 1 2 3 4 5 
Added: July 05, 2013 | Visits: 455

normColumns.m Data stored column-wise in an input matrix are normalized as time series, with options to output just the normalized data, or the norm of each column as well. Fast, uses no loops.



Platforms: Matlab

License: Freeware Size: 10 KB Download (44): normColumns.m Download

Added: March 29, 2013 | Visits: 421

maxalign.m Aligns matrix entries so that the center of the time series corresponds to the maximum value of the time series.





Platforms: Matlab

License: Freeware Size: 10 KB Download (45): maxalign.m Download

Added: August 08, 2013 | Visits: 434

Generalized Hurst exponent This code calculates the generalized Hurst exponent H(q) of a stochastic variable x(t) (a time series) from the scaling of the renormalized q-moments of the distribution/ ~ r^[qH(q)]The value of H(q) give indication about the fractal nature of the signal. H(q) = 0.5 corresponds to a Brownian...


Platforms: Matlab

License: Freeware Size: 10 KB Download (65): Generalized Hurst exponent Download

Added: July 05, 2013 | Visits: 435

Peak Fitter A command-line peak fitting program for time-series signals, written as a self-contained Matlab function in a single m-file. Uses an non-linear optimization algorithm to decompose a complex, overlapping-peak signal into its component parts. The objective is to determine whether your signal can be...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Peak Fitter Download

TurboGA: A Simple Genetic Algorithm With a Powerful Performance Enhancing Tweak TurboGA is an augmented version of the Matlab script SpeedyGA (also available on File Exchange). TurboGA uses a simple mechanism called clamping, which, according to a new theory about the workings of genetic algorithms (see http://www.cs.brandeis.edu/~kekib/dissertation.html ), should...


Platforms: Matlab


Added: June 16, 2013 | Visits: 268

Fast Hodrick Prescott Filter The Hodrick Prescott Filter (HP-Filter) is the most popular method to separate a time series x_t into its components. Let's suppose that the original series is composed of a trend component g_t and a cyclical component c_t.Solving the minimization problem is quite simple. This program decomposes...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Fast Hodrick Prescott Filter Download

Added: June 25, 2013 | Visits: 396

Interactive Peak Fitter A peak fitting program for time-series signals, written as a self-contained function in a single m-file. Uses an non-linear optimization algorithm to decompose a complex, overlapping-peak signal into its component parts. The objective is to determine whether your signal can be represented as the...


Platforms: Matlab

License: Freeware Size: 40.96 KB Download (43): Interactive Peak Fitter Download

Added: September 15, 2013 | Visits: 476

Interactive Resolution Enhancement Mathematically simple, quickly- computable resolution enhancement for time-series signals consisting of partially overlapping peaks. It is based on subtracting the scaled, smoothed 2nd derivative and adding the scaled, smoothed 4th derivative to the original signal. The algorithm can be...


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (40): Interactive Resolution Enhancement Download

Added: September 09, 2013 | Visits: 394

NGPM -- A NSGA-II Program in Matlab This program is an implementation of nondominated sorting genetic algorithm II (NSGA-II) proposed by K. Deb. Capabilities:1. R-NSGA-II: Reference-point-based NSGA-II.2. Coding: real, integer.3. GA operator: Intermediate crossover, Gaussian mutation.4. Constraint handling.5. Parallel computation...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 389.12 KB Download (40): NGPM -- A NSGA-II Program in Matlab Download

Added: March 31, 2013 | Visits: 542

Polar Parallel Coordinate Geometry Polar Parallel Coordinate Geometry (PPCG) plots standardardised time series data. Colour is used to demonstrate data through time; black being the oldest to white being the newest. 2 - 3 Std deviation warning/action limits are also highlighted by yellow/red respectively.


Platforms: Matlab

License: Freeware Size: 10 KB Download (51): Polar Parallel Coordinate Geometry Download

Added: April 02, 2013 | Visits: 457

Tree-Ring MATLAB Toolbox This is a collection of functions I wrote for use of MATLAB with tree-ring time series. Functions are included for skeleton plotting, group time-series plotting, and correlation analysis of seasonal climatic time series with tree-ring indices ("tree-ring response-functions").


Platforms: Matlab

License: Freeware Size: 61.44 KB Download (48): Tree-Ring MATLAB Toolbox Download

Added: May 11, 2013 | Visits: 485

Cosine cross-similarity Function calculates cosine cross-similarity between time series of threshold crossings with time lags. It also calculates dominant lag and maximum value.More detailshttp://www.ida.liu.se/~agbur/Software.htm


Platforms: Matlab

License: Freeware Size: 10 KB Download (42): Cosine cross-similarity Download

Added: August 13, 2013 | Visits: 414

Variance Ratio Test Calculates the Variance Ratio Test of a time series, with or without the heteroskedasticity correction.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): Variance Ratio Test Download

Added: June 30, 2013 | Visits: 472

Weak form market efficiency tests This is a set of functions that allows to test the weak form market efficiency and thus the predictability of the time series returns through various tests: direct and indirect test.The direct tests are the two versions (individual and joint)of the variance ratio of Lo and MacKinlay (1988).The...


Platforms: Matlab

License: Freeware Size: 532.48 KB Download (48): Weak form market efficiency tests Download

MDMTSPV_GA - Multiple Depot Multiple Traveling Salesmen Problem solved by Genetic Algorithm Finds a (near) optimal solution to a variation of the M-TSP (that has a variable number of salesmen) by setting up a GA to search for the shortest route (least distance needed or the salesmen to travel to each city exactly once and return to their starting locations). The salesmen originate from...


Platforms: Matlab


Added: June 21, 2013 | Visits: 412

Window cross-similarity Function calculates window cross-similarity between time series of threshold crossings for selected window span. Correlation between high temporal resolution records aggregated over time for records of original resolution.More informationhttp://www.ida.liu.se/~agbur/Software.htm


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Window cross-similarity Download

Added: July 30, 2013 | Visits: 472

Mutual Average Information Calculates the Mutual Average Information of a time series for some time lag.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Mutual Average Information Download

Simple example of genetic algorithm for optimization problems It is used to generate useful solutions to optimization and search problems. Genetic algorithms belong to the larger class of evolutionary algorithms, which generate solutions to optimization problems using techniques inspired by natural evolution, such as inheritance, mutation, selection, and...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Simple example of genetic algorithm for optimization problems Download

Added: March 30, 2013 | Visits: 303

Travelling salesman problem with Genetic algorithm http://simulations.narod.ru/There is a set of cities (points) in 2d plane. Each city has road to each city. We need to find loop-path that will be in each city only one time and path length is minimal. There are lot of paths with different lengths. A path can have crossover with another path and...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 102.4 KB Download (49): Travelling salesman problem with Genetic algorithm Download

Released: December 07, 2022  |  Added: February 02, 2023 | Visits: 14.820

XLSTAT XLSTAT is a complete analysis and statistics add-in for Excel. It has been developed since 1993. XLSTAT includes more than 240 features in general or field-specific solutions. The use of Excel as an interface makes XLSTAT a user-friendly and highly efficient statistical and multivariate data...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Demo Cost: $295.00 USD Size: 219.34 MB Download (4673): XLSTAT Download

< 1 2 3 4 5