将 qwer://xxx/545/0 替换为 qwer://trading_system_xxx/0/545 ...
分类:
Web程序 时间:
2016-10-19 20:03:56
阅读次数:
204
题意:N个等距村庄,买(>0)卖(<0)酒,供需平衡,运K则需K劳动力。问所需的最小劳动力。 解法:由于运出或运入1的都需经过2,所以无论如何,都可以等价于从2本身运入或运出。因此可以将1和2合并,2一定要运a1(小心:确保 i 的劳动力消耗量是由 i 之前,即 i-1 得到的),记a1+a2为现在 ...
分类:
编程语言 时间:
2016-10-19 09:36:03
阅读次数:
277
20160920: 20160921: plan: RB1701___sell___4.00____2265..00__15min the macd columnar is lower before. GBPJPY___sell___100____132.400___GBPJPY is trend ...
分类:
其他好文 时间:
2016-09-21 06:56:16
阅读次数:
159
链接:http://vjudge.net/problem/UVA-11054 分析:买酒和卖酒是平衡的,ai>0表示买酒,ai<0表示卖酒,所有ai之和等于0。之后就是一个思维转换,见代码。 ...
完整的数据研究流程
变量类型
quantitative数值变量
数值变量的特征和可视化
1数据集中趋势的测量measures of center
2数据分散趋势的测量measures of spread
3稳健统计量robust statistics
4一个变量的可视化
5两个变量的关系
qualitative 分类变量
分类变量的特征和可视化
1一个变量的可视化
2两个变量的可视化
3两个分类变量...
分类:
编程语言 时间:
2016-05-18 19:22:51
阅读次数:
699
As you may know from the comic \Asterix and the Chieftain's Shield", Gergovia consists of one street,and every inhabitant of the city is a wine salesm ...
Quantitative algorithm
Error evaluation
In this chapter, we review some of the key ideas underlying the linear regression model, as well as the least squares approach that is most commonly used to...
分类:
其他好文 时间:
2016-04-05 10:54:55
阅读次数:
342
preision与recall之间的权衡依然是cancer prediction的例子,预测为cancer时,y=1;一般来说做为logistic regression我们是当hθ(x)>=0.5时,y=1;当我们想要在预测cancer更确信时(因给病人说他们有cancer会给他们带来很重大的影响,...
分类:
其他好文 时间:
2016-01-26 15:12:31
阅读次数:
221
24.1trading示例369 24.1.1使用出站资源适配器370 24.1.2实现出站资源适配器372 24.1.3运行trading示例37324.2traffic示例374 24.2.1使用入站资源适配器375 24.2.2实现入站资源适配器376 24.2.3运行traffi...
分类:
编程语言 时间:
2016-01-24 18:22:32
阅读次数:
135