Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

I have a function $f(k) = \pm 2^k$ with probability $1/2$ of either sign. How would I express this in a cleaner notation? I'm guessing to use the Kronecker delta somehow, but I can't put a finger on it.

share|improve this question

2 Answers

up vote 0 down vote accepted

You might try $f(k)=2^kX_k$ where $X_k$ is a symmetric Bernoulli random variable (this means that $\mathbb P(X_k=+1)=\mathbb P(X_k=-1)=\frac12$).

share|improve this answer
I like this idea as you've managed to one-line it. – ephedyn Feb 18 at 23:13

How about using 2 cases? \begin{align} f(k)&=\cases{+2^k\qquad w.p.\;1/2\\-2^k\qquad w.p.\;1/2} \qquad k\in \text{Whatever} \end{align}

share|improve this answer
Thanks for the suggestion. I was hoping for something more elegant but I'll give you an upvote once I have the reputation score >_<; – ephedyn Feb 18 at 23:13

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.