注册一亩三分地论坛,查看更多干货!
您需要 登录 才可以下载或查看附件。没有帐号?注册账号
x
面试的职位在Google的全称是Quantitative Analyst/Data Scientist。
.--
1. 前半个小时聊自己的project,问了一些细节,怎么做的。
2. R coding,没有让写code,粘了一段code让我理解这段code在做什么,以及output是什么:
f <- function (mu=0, t=0, sd=1, n=16, a=0.025, k=10000) {rm(a) + (mu/(sd /sqrt(n)))) . 1point3acres
}
我一开始忘了function里面还有mu这一项,后来经提醒加上了。
|