📄 bullemhftrader.m
字号:
// BullEMHFTrader.m// This file defines the method of stock valuation for "biased"// but "error-prone" traders who believe the markets are efficient....// An implication of this belief is that they expect the// price to be correct in the coming period and all that follow.// Hence, they derive their expected return by calculating the// fundamental value and the expected fundamental value in the// future.// These traders are actually NOISE traders because their// expectations are persistently in error.////#import "BullEMHFTrader.h"// Implementation of a biased EMH fundamental trader ..@implementation BullEMHFTrader-(double) getBias {return ((double) [biasedForecastDist getDoubleSample]);}@end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -