由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Quant版 - 问一个函数的英文名称
相关主题
看看这道题(probability)An interview question (brainteaser)
问个掷骰子的概率问题 (转载)a questin about Markov Chain
[合集] An Ito integral question[合集] Some Quant Test Problems
[合集] 问个比较弱的correlation inequality
Any one heard of this guy?问个函数的英文名称?
one puzzle: hat problem这个process叫什么名字(stochastic)
dice probabilty problemMore quant interview questions to share
one stochastic question , payoff =1/S[合集] 问个probability问题
相关话题的讨论汇总
话题: 函数话题: 英文名称话题: function话题: step
进入Quant版参与讨论
1 (共1页)
m****d
发帖数: 331
1
函数是: (x-y)^+, 就是如果x-y是非负,就返回1,否则0. 谢谢。
c*******e
发帖数: 150
2
In math, we call it the "step function"
in computer science, we can denote this function as IsNonnegative
template
bool IsNonnegative( const T& x)
{
return x>=0;
}

【在 m****d 的大作中提到】
: 函数是: (x-y)^+, 就是如果x-y是非负,就返回1,否则0. 谢谢。
l******f
发帖数: 568
3
Heaviside step function

【在 m****d 的大作中提到】
: 函数是: (x-y)^+, 就是如果x-y是非负,就返回1,否则0. 谢谢。
1 (共1页)
进入Quant版参与讨论
相关主题
[合集] 问个probability问题Any one heard of this guy?
A question about Ito's Lemmaone puzzle: hat problem
请教一个 Stopping Rules in the Binomial Modeldice probabilty problem
请教个differential equation/control theory问题one stochastic question , payoff =1/S
看看这道题(probability)An interview question (brainteaser)
问个掷骰子的概率问题 (转载)a questin about Markov Chain
[合集] An Ito integral question[合集] Some Quant Test Problems
[合集] 问个比较弱的correlation inequality
相关话题的讨论汇总
话题: 函数话题: 英文名称话题: function话题: step