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

2-4. A Quick Example


Now let's do a couple of simple calculations and display the results. First, we want to set up the editor so that the output goes to a separate window. We do that by:

1. Opening a new window by selecting the New operation from the File menu
2. Designating the new window as the output window by selecting the Use for Output operation from the Window menu

We'll also "tile" the windows using the Window-Tile Horizontal operation.
Now we'll switch back to the input window (by clicking anywhere on the window), and enter our short program. First, we'll use the COMPUTE instruction create a real variable called A, and set it equal to 2.0. We do that by typing in the following line and hitting :

COMPUTE A = 2.0

Next, we'll use two more COMPUTE instructions: one to set B equal to 2.5 and another to store the product of A and B into C. Finally, we use two DISPLAY instructions to display C and the square root of C. In the screen shot below, you can see all five instructions in the input window, and the output displayed in the output window. Note that RATS is not case-sensitive, so you can use upper or lower case letters in your programs:




←2-3. Executing Instructions →2-5. Another Quick Example


←RATSのTopページに戻る