Reference
- GAUSS Quick Reference
- Matrix manipulation
- Relational and logical operators
- The Source Path (SRC_PATH)
GAUSS Basics
- Getting started with GAUSS
- Beginner program: Nearest neighbor search
- Generating data from a linear model
- Viewing Data in GAUSS
- Graphing data
Video series
- Interactive commands
- Running a program
- Introduction to matrices
- Matrix operations
- Element-by-element conformability
- Logical and relational operators
Loading Data
- Loading variables from a file
- Reading and writing Excel data with GAUSS
- Reading CSV and other text data
- Saving and loading GAUSS matrix files
Formula string syntax
- Descriptive statistics with a formula string
- Ordinary least squares regression with a formula string
- Generalized linear model with a formula string
Econometrics basics in GAUSS
- Linear regression
- Generating and visualizing regression residuals
- OLS diagnostics: Error term normality
- OLS diagnostics: Heteroscedasticity
- OLS diagnostics: Influential data tests
- OLS diagnostics: Multicollinearity
- OLS diagnostics: Model specification
Generalized Method of Moments (GMM)
- Introduction and basic usage
- User-defined moment equations
- GMM control settings
- GMM Application: OLS estimation with exogenous regressors
- GMM Application: OLS estimation with endogenous regressors
Bayesian fundamentals
- Monte Carlo integration
- Importance sampling
- Gibbs sampling from a bivariate normal distribution
- Metropolis-Hastings sampler
Graphing in GAUSS
- Basic graphs in GAUSS with programmatic customization
- Exporting graphs interactively
- Time series plots
Optimizing your GAUSS code
Threading in GAUSS
- Introduction: Internally threaded functions
- User created threads
- Performance considerations
- Introduction to Parallel Loops
Using Structures
- Why learn to use structures?
- A gentle introduction to using structures
- Converting to structures: An example with ols and olsmt
Multi-dimensional arrays in GAUSS
Time Series Analysis
- Introduction to TSMT and basic usage
- Simulating ARMA data
- Finding The Sample ACF and PACF
- Estimating ARIMA Models
- U.S. Whole Sale Price Index Application: Visualizing Time Series Data
- Filtering data with the Kalman Filter
Quantile Regression
- Introduction to quantile regression
- Specifying the quantile levels
- Performing weighted analysis
- Storing output from quantile regressions
- The qFitControl structure
- Changing variable names for quantile regression
- Specifying printing options for quantile regression
- Standard errors and confidence intervals for quantile regression