経済学書専門出版 エコノミスト社
Top書籍情報計量経済・統計ソフトウェアRATSWorking with RATS
ファイナンス大系
リアルオプション
Excelとその応用
統計学大系
経済学大系
e-ビジネス
計量経済学
ゲーム理論
経済数学
環境問題・環境経済学
人口学講座
ナレッジマネジメント
ビジネス書
NLP理論
複雑系経済学
経営学・商学大系
マーケティング
心理学・行動科学大系
金融工学・数理ファイナンス
マクロ経済学
法情報学
企業法学講座
経営工学大系
計量経済・統計ソフトウェア
オペレーションズ・リサーチ
会計学・簿記・税務
楽しい数学
時系列分析ソフトウェア
RATS

2. Working with RATS


RATS is a command-driven application, which means that you do work in RATS by typing in and executing sequences of instructions.

Most common econometrics tasks, such as estimating regression models, forecasting data, and testing hypothesis can be handled with just a few simple commands, many of which will be introduced later in this tour.

RATS also provides many other instructions that allow you to implement more complex tasks. These include:

* instructions and functions for doing scalar arithmetic and matrix algebra.
* programming features, such as IF, WHILE, and UNTIL statements and looping instructions.
* the ability to create subroutines of RATS instructions, called Procedures.
* instructions for doing frequency domain analysis
* instructions for writing interactive routines, which can prompt users for information or allow users to select items from dialog boxes. You can even add your own menus to the RATS menu bar.

This design makes it easy to perform many common (and not-so-common) tasks, while still providing a great deal of flexibility. Because you aren't limited to a particular set of canned routines, you'll be able to immediately implement many of the latest techniques, or develop your own ideas.


→2-1. Running the Program


←RATSのTopページに戻る