Aptech Gauss 13
DOI: 10.1214/13-AOAS638 c Institute of Mathematical Statistics, 2013 A METHOD FOR GENERATING REALISTIC CORRELATION MATRICES By JohannaHardin1, StephanRamonGarcia2 and David Golan1,3 Pomona College, Pomona College and Tel Aviv University Simulating sample correlation matrices is important in many ar-eas of statistics. Aptech Systems, Inc. Has 24 repositories available. Follow their code on GitHub. 0 0 0 0 Updated Feb 13, 2020. A GAUSS wrapper of the glmnet package for fitting generalized linear models via penalized maximum likelihood. Glmnet ridge-regression elastic-net lasso-regression gauss-glmnet gauss-wrapper.
This code accompanies the Aptech blog A Simple Test for Structural Breaks in Variance which was published on 11/30/2018. Centos check software raid status degraded bimbo 2.
Getting Started
Prerequisites
The program files require a working copy of GAUSS 18+. Many can be run on earlier versions with some small revisions.
The icss library includes:
- The original GAUSS ICSS code provided by Josep Lluís Carrion-i-Silvestre.
- All data files used in the Aptech blog.
- All program files for replicating the examples in the Aptech blog.
Installing
The icss library can be easily installed using the GAUSS Application Installer , as shown below:
- Download the zipped folder icsslib.zip.
- Use the GAUSS Application Installer by selecting Tools > Install Application.
- Before using the functions created by icss you will need to load the newly created icss library. This can be done in a number of ways:
- Navigate to the Library Tool View Window and click the small wrench located next to the icss library. Select Load Library.
- Enter
library icss
on the command line. - Put the line
library icss;
at the beginning of your program files.
Data
The data used in the blog is contained in four files
Example files
Three example files are included:
- blog_icss.e - This file contains the GAUSS code to perform all estimations in the blog.
- example.e - This file contains the original example provided by Josep Lluís Carrion-i-Silvestre .
Note: All data files and program files for the blog will be installed in with the icss library in the gaussHome > pkgs > icss > examples directory.
Authors
Erica Clower
Aptech Systems, Inc
This code accompanies the Aptech blog Permutation entropy which was published on 12/14/2018.
Getting Started
Prerequisites
The program files require a working copy of GAUSS 18+. Many can be run on earlier versions with some small revisions.
In addition it requires the pe library included in this repository.
The pe library includes:
- The original permutation entropy source code.
- All data files used in the Aptech blog.
- All program files for replicating the examples in the Aptech blog.
Installing
The pe library can be easily installed using the GAUSS Application Installer, as shown below:
- Download the zipped folder pe.zip.
- Use the GAUSS Application Installer by selecting Tools>Install Application.
- Before using the functions created by pe you will need to load the newly created pe library. This can be done in a number of ways:
- Navigate to the library tool view window and click the small wrench located next to the pe library. Select Load Library.
- Enter
library pe
on the command line. - Put the line
library pe;
at the beginning of your program files.
Data
The data used in the blog is contained in two files
- djia_1901to2018.csv - This contains the daily Dow Jones Industrial Average from 1901 to 2018.
- segmented_djia.dat - This contains to the DJIA data in djia_1901to2018.csv segmented for the rolling window permutation entropy estimation.
Example files
Three program files are included:
- blog1_example.e - This file contains the GAUSS code to compute the permutation entropy.
- segment_data.e - This file contains the GAUSS code to segment the DJIA data prior to running the rolling window permutation entropy estimation.
- tventropy.e - This file contains the GAUSS code to compute the rolling window permutation entropy.
Note: All data files and program files for the blog will be installed in with the pe library in the gaussHome > pkgs > pe > examples directory.
Authors
Erica Clower
Aptech Systems, Inc