This seventh video in the GAUSS Basics series will show you how to use the if, else, elseif and endif keywords to create code with conditional statements. The video will demonstrate several examples and show a few common errors you might run into. Previous: GAUSS Basics 6: Logical and relational operators
Tagged in
branching, conditional statements, gauss basics, if statements, tutorials
Learn how to use the logical and relational operators in GAUSS. These operators include: and, not, or, xor, less-than, less-than or equal, greater-than, greater-than or equal, equal You will also see these operators used to select specific rows of a matrix with logical indexing. Next: GAUSS Basics 7: Conditional statements Previous: GAUSS Basics 5: Element-by-element [...]
Tagged in
gauss basics, logical indexing, logical operators, operators, relational operators
Learn how the GAUSS element-by-element conformability rules help you to create code which is compact, elegant and fast! Applies to functions as well as matrices and vectors. Avoids the need for loops in many cases. Important concepts to help you get the most from GAUSS. Next: GAUSS Basics 6: Logical and relational operators Previous: GAUSS [...]
Tagged in
gauss basics, matrices, operators
This fourth video in our GAUSS Basics series will explain how to perform: Matrix operations. Element-by-element operations on matrices. Next: GAUSS Basics 5: Element-by-element conformability Previous: GAUSS Basics 3: Introduction to matrices
Tagged in
gauss basics, operators
This third video in our GAUSS Basics series will show you how to: Create matrices. Find their size. Access specific elements with indexing. Grow them with matrix concatenation. Next: GAUSS Basics 4: Matrix operations Previous: GAUSS Basics 2: Running a program
Tagged in
concatenation, gauss basics, indexing, matrices
This second video in our new GAUSS Basics series will show you how to: Create and run a GAUSS program. Use recommended file extensions. Create and print strings. Add code comments. Next: GAUSS Basics 3: Introduction to matrices Previous: GAUSS Basics 1: Interactive commands
Tagged in
gauss basics, tutorial
This is the first video in our new GAUSS Basics series. This series is designed to teach you everything you need to know to be productive with GAUSS. This video is designed to be your first step in GAUSS! Learn how to: Create variables. Use arithmetic operators. Enter interactive commands. View the variables in your [...]
Tagged in
gauss basics, gauss intro
Hatemi code for cointegration with multiple structural breaks This week's blog brings you the second video in the series examining running publicly available GAUSS code. This video runs the popular code by Hatemi-J for testing cointegration with multiple structural breaks. In this video you will learn how to: Substitute your own dataset. Modify the [...]
Tagged in
cointegration, structural breaks
This video will guide you through: Creating folders for a GAUSS project. Opening your code in the Project Folders Window. Running the code. The Applications Installer. Setting your working directory. Error G0290 Library not found. Error G0014 File not found. Viewing workspace variables. Next: Running Public GAUSS Code: Part 2