异方差问题 Ordinary Least Squares (OLS) 需要四个 - -有些人说五或六个 - 假设要满足,但建模时我们经常会遇到异方差(Heteroskedasticity)问题, 那是因为,很多数据都表现出这种“异方差性”。我们通常可以直观地解释原因: 随着年龄的增长,净值往往会出现 ...
分类:
其他好文 时间:
2018-08-26 16:45:26
阅读次数:
278
Buy and Resell Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 1126 Accepted Submission(s): 359 P ...
分类:
其他好文 时间:
2018-08-26 16:41:04
阅读次数:
294
问题描述: We have a list of bus routes. Each routes[i] is a bus route that the i-th bus repeats forever. For example if routes[0] = [1, 5, 7], this means ...
分类:
其他好文 时间:
2018-08-24 10:56:43
阅读次数:
166
题目 分析 求结尾0的数量QwQ。 10只能是$ 2 \times 5 $,我们预处理出每个数因子中2和5的数量。 我们接着dp出从左上到右下的经过的最少的2的数量和最少的5的数量。两者取min后就是答案。 特判数据中有0的情况,把他当做10处理。如果此时答案大于1,那么把答案更新成1。因为0只有1 ...
分类:
其他好文 时间:
2018-08-24 02:13:42
阅读次数:
167
如果在类上面使用@Builder注解, controller中使用: 报错如下: Bad Request: JSON parse error: (although at least one Creator exists) 去掉@Builder注解即可 ...
分类:
其他好文 时间:
2018-08-23 13:06:20
阅读次数:
1516
first-class function 头等函数 A first-class function is not a particular kind of function. All functions in Python are first-class functions. To say that ...
分类:
其他好文 时间:
2018-08-22 11:07:58
阅读次数:
227
total: use appkey & secrect variance naming rule 提供沙箱环境 使用api gateway 使用rest(但返回结果包裹了 isp.thread limit:102 内部标准) last but not least : 做基础的api,通过api 构造 ...
本文转自:https://weblog.west-wind.com/posts/2013/Dec/22/Entity-Framework-and-slow-bulk-INSERTs I’ve been working on an internal project where I needed to ...
分类:
其他好文 时间:
2018-08-20 18:59:49
阅读次数:
193
A vertex cover of a graph is a set of vertices such that each edge of the graph is incident to at least one vertex of the set. Now given a graph with ...
分类:
其他好文 时间:
2018-08-20 17:53:26
阅读次数:
219