☆第4章の計算のためのプログラム☆

＜倒産コストモデルの計算＞
g++ ndtmain2.cc ndtmodel2.cc numertools.cc
実行するとdata/ndtmodel2に以下の9つのファイルを生成。
"data/ndtmodel2/firmval4.txt"     ＝＝＞ 表4.1，図4.3，図4.4，図4.5
"data/ndtmodel2/ndtsimutax4.txt"  ＝＝＞ 表4.2
"data/ndtmodel2/ndttabtax4.txt"
"data/ndtmodel2/ndtsimuez4.txt"   ＝＝＞ 表4.4
"data/ndtmodel2/ndttabez4.txt"
"data/ndtmodel2/ndtsimusz4.txt"   ＝＝＞ 表4.5
"data/ndtmodel2/ndttabsz4.txt"
"data/ndtmodel2/ndtsimubcpr4.txt" ＝＝＞ 表4.3
"data/ndtmodel2/ndttabbcpr4.txt"

＜負債以外の節税要因モデルの計算＞
g++ ndtmain21.cc ndtmodel2.cc numertools.cc
実行するとdata/ndtmodel2に以下の3つのファイルを生成。
"data/ndtmodel2/firmval5.txt"     ＝＝＞ 表4.6
"data/ndtmodel2/ndtsimundpr5.txt" ＝＝＞ 表4.7
"data/ndtmodel2/ndttabndpr5.txt"

＜複合化モデルの計算＞
g++ ndtmain22.cc ndtmodel2.cc numertools.cc
実行するとdata/ndtmodel2に以下の3つのファイルを生成。
"data/ndtmodel2/firmval6.txt"
"data/ndtmodel2/ndtsimundpr6.txt" ＝＝＞ 表4.8
"data/ndtmodel2/ndttabndpr6.txt"

