├── .gitignore ├── ComputeMean.asv ├── ComputeMean.m ├── DirectionalDerivative.m ├── DirectionalDerivative.m.bak ├── KLdiv.m ├── KLdiv_concat.m ├── KLobj.m ├── PHA_Alter.m ├── PHA_SAA.m ├── Problem.m ├── Problem.m.bak ├── Proj_P.m ├── README.md ├── RecourseValue.m ├── _ComptExPostEq.m ├── _ComputeMedian.m ├── logfile.tmp ├── nonlcon.m ├── out ├── 20220625_2300_K=60_N=2.mat ├── 2022610_1452_K=80_N=2.mat ├── 2022610_208_K=40_N=2.mat ├── 2022610_2247_K=60_N=2.mat ├── 202266_2251_K=70_N=2.mat ├── 202267_1612_K=80_N=2.mat ├── 202267_2038_K=80_N=2.mat ├── 202268_1344_K=80_N=2.mat ├── 202268_141_K=80_N=2.mat ├── 202268_202_K=80_N=2.mat ├── DD.eps ├── DD_20220613.eps ├── RC.eps ├── ddcoeficient.jpg ├── ddcoeficient.svg ├── marginal_net_revenue.eps ├── marginal_net_revenue.fig ├── profit.eps ├── profit.jpg ├── profit.svg ├── profit_20220613.eps ├── shwdowprice.eps └── strategies.eps ├── run_exp.asv ├── run_exp.m └── run_exp.m.bak /.gitignore: -------------------------------------------------------------------------------- 1 | README.txt 2 | -------------------------------------------------------------------------------- /ComputeMean.asv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a24hori/twoStageNashGames_expPack/HEAD/ComputeMean.asv -------------------------------------------------------------------------------- /ComputeMean.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a24hori/twoStageNashGames_expPack/HEAD/ComputeMean.m -------------------------------------------------------------------------------- /DirectionalDerivative.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a24hori/twoStageNashGames_expPack/HEAD/DirectionalDerivative.m -------------------------------------------------------------------------------- /DirectionalDerivative.m.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a24hori/twoStageNashGames_expPack/HEAD/DirectionalDerivative.m.bak -------------------------------------------------------------------------------- /KLdiv.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a24hori/twoStageNashGames_expPack/HEAD/KLdiv.m -------------------------------------------------------------------------------- /KLdiv_concat.m: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /KLobj.m: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PHA_Alter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a24hori/twoStageNashGames_expPack/HEAD/PHA_Alter.m -------------------------------------------------------------------------------- /PHA_SAA.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a24hori/twoStageNashGames_expPack/HEAD/PHA_SAA.m -------------------------------------------------------------------------------- /Problem.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a24hori/twoStageNashGames_expPack/HEAD/Problem.m -------------------------------------------------------------------------------- /Problem.m.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a24hori/twoStageNashGames_expPack/HEAD/Problem.m.bak -------------------------------------------------------------------------------- /Proj_P.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a24hori/twoStageNashGames_expPack/HEAD/Proj_P.m -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a24hori/twoStageNashGames_expPack/HEAD/README.md -------------------------------------------------------------------------------- /RecourseValue.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a24hori/twoStageNashGames_expPack/HEAD/RecourseValue.m -------------------------------------------------------------------------------- /_ComptExPostEq.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a24hori/twoStageNashGames_expPack/HEAD/_ComptExPostEq.m -------------------------------------------------------------------------------- /_ComputeMedian.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a24hori/twoStageNashGames_expPack/HEAD/_ComputeMedian.m -------------------------------------------------------------------------------- /logfile.tmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a24hori/twoStageNashGames_expPack/HEAD/logfile.tmp -------------------------------------------------------------------------------- /nonlcon.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a24hori/twoStageNashGames_expPack/HEAD/nonlcon.m -------------------------------------------------------------------------------- /out/20220625_2300_K=60_N=2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a24hori/twoStageNashGames_expPack/HEAD/out/20220625_2300_K=60_N=2.mat -------------------------------------------------------------------------------- /out/2022610_1452_K=80_N=2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a24hori/twoStageNashGames_expPack/HEAD/out/2022610_1452_K=80_N=2.mat -------------------------------------------------------------------------------- /out/2022610_208_K=40_N=2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a24hori/twoStageNashGames_expPack/HEAD/out/2022610_208_K=40_N=2.mat -------------------------------------------------------------------------------- /out/2022610_2247_K=60_N=2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a24hori/twoStageNashGames_expPack/HEAD/out/2022610_2247_K=60_N=2.mat -------------------------------------------------------------------------------- /out/202266_2251_K=70_N=2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a24hori/twoStageNashGames_expPack/HEAD/out/202266_2251_K=70_N=2.mat -------------------------------------------------------------------------------- /out/202267_1612_K=80_N=2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a24hori/twoStageNashGames_expPack/HEAD/out/202267_1612_K=80_N=2.mat -------------------------------------------------------------------------------- /out/202267_2038_K=80_N=2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a24hori/twoStageNashGames_expPack/HEAD/out/202267_2038_K=80_N=2.mat -------------------------------------------------------------------------------- /out/202268_1344_K=80_N=2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a24hori/twoStageNashGames_expPack/HEAD/out/202268_1344_K=80_N=2.mat -------------------------------------------------------------------------------- /out/202268_141_K=80_N=2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a24hori/twoStageNashGames_expPack/HEAD/out/202268_141_K=80_N=2.mat -------------------------------------------------------------------------------- /out/202268_202_K=80_N=2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a24hori/twoStageNashGames_expPack/HEAD/out/202268_202_K=80_N=2.mat -------------------------------------------------------------------------------- /out/DD.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a24hori/twoStageNashGames_expPack/HEAD/out/DD.eps -------------------------------------------------------------------------------- /out/DD_20220613.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a24hori/twoStageNashGames_expPack/HEAD/out/DD_20220613.eps -------------------------------------------------------------------------------- /out/RC.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a24hori/twoStageNashGames_expPack/HEAD/out/RC.eps -------------------------------------------------------------------------------- /out/ddcoeficient.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a24hori/twoStageNashGames_expPack/HEAD/out/ddcoeficient.jpg -------------------------------------------------------------------------------- /out/ddcoeficient.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a24hori/twoStageNashGames_expPack/HEAD/out/ddcoeficient.svg -------------------------------------------------------------------------------- /out/marginal_net_revenue.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a24hori/twoStageNashGames_expPack/HEAD/out/marginal_net_revenue.eps -------------------------------------------------------------------------------- /out/marginal_net_revenue.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a24hori/twoStageNashGames_expPack/HEAD/out/marginal_net_revenue.fig -------------------------------------------------------------------------------- /out/profit.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a24hori/twoStageNashGames_expPack/HEAD/out/profit.eps -------------------------------------------------------------------------------- /out/profit.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a24hori/twoStageNashGames_expPack/HEAD/out/profit.jpg -------------------------------------------------------------------------------- /out/profit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a24hori/twoStageNashGames_expPack/HEAD/out/profit.svg -------------------------------------------------------------------------------- /out/profit_20220613.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a24hori/twoStageNashGames_expPack/HEAD/out/profit_20220613.eps -------------------------------------------------------------------------------- /out/shwdowprice.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a24hori/twoStageNashGames_expPack/HEAD/out/shwdowprice.eps -------------------------------------------------------------------------------- /out/strategies.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a24hori/twoStageNashGames_expPack/HEAD/out/strategies.eps -------------------------------------------------------------------------------- /run_exp.asv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a24hori/twoStageNashGames_expPack/HEAD/run_exp.asv -------------------------------------------------------------------------------- /run_exp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a24hori/twoStageNashGames_expPack/HEAD/run_exp.m -------------------------------------------------------------------------------- /run_exp.m.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a24hori/twoStageNashGames_expPack/HEAD/run_exp.m.bak --------------------------------------------------------------------------------