Matroids Matheplanet Forum Index
Moderiert von luis52
Mathematik » Stochastik und Statistik » Erwartungswert der geometrischen Verteilung
Autor
Universität/Hochschule J Erwartungswert der geometrischen Verteilung
oberstuflerin123
Aktiv Letzter Besuch: in der letzten Woche
Dabei seit: 09.02.2022
Mitteilungen: 44
  Themenstart: 2023-06-05

Hi, ich soll den Erwartungswert der geometrischen Verteilung berechnen. Nun hatte ich ein paar Probleme und deswegen ein wenig gecheatet und einen Blick auf Wikipedia riskiert. Dort wird es wie folgt berechnet: \[ E(X) = \sum\limits_{k=1}^\infty kp(1-p)^{k-1} \\ = \sum\limits_{k=0}^\infty (k+1)p(1-p)^k\\ = \sum\limits_{k=0}^\infty kp(1-p)^k + \sum\limits_{k=0}^\infty np(1-p)^k\\ = \sum\limits_{k=0}^\infty kp(1-p)^k + \underbrace{\sum\limits_{k=1}^\infty np(1-p)^{k-1}}_{=1\text{ weil Dichtefunktion}}\\ = \sum\limits_{k=0}^\infty kp(1-p)^k + 1 \] Auf Wikipedia schaffen die Autoren es irgendwie aus \(\sum\limits_{k=0}^\infty kp(1-p)^k\) das folgende zu machen \( (1-p)E(X)\). Nun meine Frage: Wie? Ich kann natürlich ein (1-p) aus der Summe raus ziehen, aber der Startindex bleibt dann bei 0. Und einen Index-Shift zurück sorgt nur dafür, dass ich mich im Kreis bewegt. Sorry, ist wahrscheinlich eine dumme Frage, aber irgendwie habe ich gerade ein Brett vorm Kopf!


   Profil
luis52
Senior Letzter Besuch: in der letzten Woche
Dabei seit: 24.12.2018
Mitteilungen: 1111
  Beitrag No.1, eingetragen 2023-06-05

\(\begingroup\)\(\newcommand{\diag}{\operatorname{diag}} %  diag \newcommand{\Diag}{\operatorname{Diag}} %  Diag \newcommand{\tr}{\operatorname{tr}}     %  Spur \newcommand{\rg}{\operatorname{rg}}     %  Rang \newcommand{\logit}{\operatorname{logit}} %  logit \newcommand{\sign}{\operatorname{sign}} %  logit \newcommand{\AR}{\operatorname{AR}}     %  AR-Prozess \newcommand{\MA}{\operatorname{MA}}     %  MA-Prozess \newcommand{\ARMA}{\operatorname{ARMA}}     %  ARMA-Prozess \newcommand{\VAR}{\operatorname{VAR}}     %  VAR-Prozess \newcommand{\spn}{\operatorname{span}} %  span %**************************************************************** %************************** Abkuerzungen ************************ %**************************************************************** \newcommand{\eps}{\ensuremath{\epsilon}} \newcommand{\veps}{\ensuremath{\varepsilon}} %**************************************************************** %************************** Miszellanien ************************ %**************************************************************** \newcommand{\mlink}[1]{\qquad\text{#1}\qquad} \newcommand{\diag}{\operatorname{diag}} %  diag \newcommand{\Diag}{\operatorname{Diag}} %  Diag \newcommand{\tr}{\operatorname{tr}}     %  Spur \newcommand{\rg}{\operatorname{rg}}     %  Rang \newcommand{\logit}{\operatorname{logit}} %  logit \newcommand{\sign}{\operatorname{sign}} %  logit \newcommand{\AR}{\operatorname{AR}}     %  AR-Prozess \newcommand{\MA}{\operatorname{MA}}     %  MA-Prozess \newcommand{\ARMA}{\operatorname{ARMA}}     %  ARMA-Prozess \newcommand{\VAR}{\operatorname{VAR}}     %  VAR-Prozess \newcommand{\spn}{\operatorname{span}} %  span %**************************************************************** %************************** Abkuerzungen ************************ %**************************************************************** \newcommand{\eps}{\epsilon} \newcommand{\veps}{\varepsilon} %**************************************************************** %************************** Miszellanien ************************ %**************************************************************** \newcommand{\mlink}[1]{\qquad\text{#1}\qquad} %**************************************************************** %************** Wahrscheinlichkeitsrechnung ********************* %**************************************************************** \newcommand{\dstr}[2]{\ensuremath{\mathcal{#1}(#2)}} \renewcommand{\dstr}[2]{\ensuremath{\mathtt{#1}(#2)}} \newcommand{\idd}{\ensuremath{\stackrel{d}{=}}} \newcommand{\ldd}{\ensuremath{\stackrel{d}{\le}}} \newcommand{\gdd}{\ensuremath{\stackrel{d}{\ge}}} \newcommand{\simdot}{\ensuremath{\stackrel{\cdot}{\sim}}} \newcommand{\asim}{\ensuremath{\stackrel{\,\mathrm{a}}{\sim}}} \newcommand {\plim}{\ensuremath{\operatorname*{plim}}} \newcommand{\Pto}{\ensuremath{\stackrel{\textup{P}}{\longrightarrow}}} \newcommand{\kiw}[2]{#1\ensuremath{\stackrel{\text{P}}{\longrightarrow}}#2} \newcommand{\Dto}{\ensuremath{\stackrel{\text{D}}{\longrightarrow}}} \newcommand{\iVto}{\ensuremath{\stackrel{\text{i.V.}}{\longrightarrow}}} \newcommand{\iqmto}{\ensuremath{\stackrel{\text{i.q.M.}}{\longrightarrow}}} \newcommand{\kiqm}[2]{#1\ensuremath{\stackrel{\text{i.q.M.}}{\longrightarrow}}#2} \newcommand{\kiv}{\ensuremath{\stackrel{\text{i.V.}}{\longrightarrow}}} \newcommand{\Var}{\operatorname{Var}} \newcommand{\var}{\operatorname{Var}} \newcommand{\fVar}{\ensuremath{\mathbf{Var}}} \newcommand{\fvar}{\ensuremath{\mathbf{Var}}} \newcommand{\Corr}{\operatorname{Corr}} \newcommand{\corr}{\operatorname{Corr}} \newcommand{\cor}{\operatorname{Cor}} \newcommand{\fCorr}{\ensuremath{\mathbf{Corr}}} \newcommand{\fcorr}{\ensuremath{\mathbf{Corr}}} \newcommand{\fE}{\ensuremath{\mathbf{E}}} \newcommand{\E}{\operatorname{E}} \newcommand{\Cov}{\operatorname{Cov}} \newcommand{\cov}{\operatorname{Cov}} \newcommand{\fCov}{\ensuremath{\mathbf{Cov}}} \newcommand{\fcov}{\ensuremath{\mathbf{Cov}}} \newcommand{\MSE}{\operatorname{MSE}} %-------------  Fette grosse Buchstaben im Mathemodus ----------- \newcommand{\mbA}{\mathbf{A}} \newcommand{\mbB}{\mathbf{B}} \newcommand{\mbC}{\mathbf{C}} \newcommand{\mbD}{\mathbf{D}} \newcommand{\mbE}{\mathbf{E}} \newcommand{\mbF}{\mathbf{F}} \newcommand{\mbG}{\mathbf{G}} \newcommand{\mbH}{\mathbf{H}} \newcommand{\mbI}{\mathbf{I}} \newcommand{\mbJ}{\mathbf{J}} \newcommand{\mbK}{\mathbf{K}} \newcommand{\mbL}{\mathbf{L}} \newcommand{\mbM}{\mathbf{M}} \newcommand{\mbN}{\mathbf{N}} \newcommand{\mbO}{\mathbf{O}} \newcommand{\mbP}{\mathbf{P}} \newcommand{\mbQ}{\mathbf{Q}} \newcommand{\mbR}{\mathbf{R}} \newcommand{\mbS}{\mathbf{S}} \newcommand{\mbT}{\mathbf{T}} \newcommand{\mbU}{\mathbf{U}} \newcommand{\mbV}{\mathbf{V}} \newcommand{\mbW}{\mathbf{W}} \newcommand{\mbX}{\mathbf{X}} \newcommand{\mbY}{\mathbf{Y}} \newcommand{\mbZ}{\mathbf{Z}} %-------------  Fette kleine Buchstaben im Mathemodus ----------- \newcommand{\mba}{\mathbf{a}} \newcommand{\mbb}{\mathbf{b}} \newcommand{\mbc}{\mathbf{c}} \newcommand{\mbd}{\mathbf{d}} \newcommand{\mbe}{\mathbf{e}} \newcommand{\mbf}{\mathbf{f}} \newcommand{\mbg}{\mathbf{g}} \newcommand{\mbh}{\mathbf{h}} \newcommand{\mbi}{\mathbf{i}} \newcommand{\mbj}{\mathbf{j}} \newcommand{\mbk}{\mathbf{k}} \newcommand{\mbl}{\mathbf{l}} \newcommand{\mbm}{\mathbf{m}} \newcommand{\mbn}{\mathbf{n}} \newcommand{\mbo}{\mathbf{o}} \newcommand{\mbp}{\mathbf{p}} \newcommand{\mbq}{\mathbf{q}} \newcommand{\mbr}{\mathbf{r}} \newcommand{\mbs}{\mathbf{s}} \newcommand{\mbt}{\mathbf{t}} \newcommand{\mbu}{\mathbf{u}} \newcommand{\mbv}{\mathbf{v}} \newcommand{\mbw}{\mathbf{w}} \newcommand{\mbx}{\mathbf{x}} \newcommand{\mby}{\mathbf{y}} \newcommand{\mbz}{\mathbf{z}} %-----  Fette Null und fette Eins -------------------------- \newcommand{\fatnull}{\mathbf{0}} \newcommand{\fateins}{\mathbf{1}} %-----  Fettes Nabla -------------------------- \newcommand{\bnabla}{\boldsymbol{\nabla}} %-----  Fette grosse griechische Buchstaben im Mathemodus  ----- \newcommand{\bGamma}{\boldsymbol{\Gamma}} \newcommand{\bDelta}{\boldsymbol{\Delta}} \newcommand{\bTheta}{\boldsymbol{\Theta}} \newcommand{\bLambda}{\boldsymbol{\Lambda}} \newcommand{\bXi}{\boldsymbol{\Xi}} \newcommand{\bPi}{\boldsymbol{\Pi}} \newcommand{\bSigma}{\boldsymbol{\Sigma}} \newcommand{\bUpsilon}{\boldsymbol{\Upsilon}} \newcommand{\bPhi}{\boldsymbol{\Phi}} \newcommand{\bPsi}{\boldsymbol{\Psi}} \newcommand{\bOmega}{\boldsymbol{\Omega}} %-----  Fette kleine griechische Buchstaben im Mathemodus  ----- \newcommand{\balpha}{\boldsymbol{\alpha}} \newcommand{\bbeta}{\boldsymbol{\beta}} \newcommand{\bgamma}{\boldsymbol{\gamma}} \newcommand{\bdelta}{\boldsymbol{\delta}} \newcommand{\beps}{\boldsymbol{\varepsilon}} \newcommand{\bzeta}{\boldsymbol{\zeta}} \newcommand{\boldeta}{\boldsymbol{\eta}} \newcommand{\btheta}{\boldsymbol{\theta}} \newcommand{\bvartheta}{\boldsymbol{\vartheta}} \newcommand{\biota}{\boldsymbol{\iota}} \newcommand{\bkappa}{\boldsymbol{\kappa}} \newcommand{\blambda}{\boldsymbol{\lambda}} \newcommand{\bmu}{\boldsymbol{\mu}} \newcommand{\bnu}{\boldsymbol{\nu}} \newcommand{\bxi}{\boldsymbol{\xi}} \newcommand{\bpi}{\boldsymbol{\pi}} \newcommand{\brho}{\boldsymbol{\rho}} \newcommand{\bvrho}{\boldsymbol{\varrho}} \newcommand{\bsigma}{\boldsymbol{\sigma}} \newcommand{\btau}{\boldsymbol{\tau}} \newcommand{\bupsilon}{\boldsymbol{\upsilon}} \newcommand{\bphi}{\boldsymbol{\phi}} \newcommand{\bvphi}{\boldsymbol{\varphi}} \newcommand{\bchi}{\boldsymbol{\chi}} \newcommand{\bpsi}{\boldsymbol{\psi}} \newcommand{\bomega}{\boldsymbol{\omega}} %-----------  Kalligraphische Buchstaben im Mathemodus \newcommand{\mcA}{\mathcal{A}} \newcommand{\mcB}{\mathcal{B}} \newcommand{\mcC}{\mathcal{C}} \newcommand{\mcD}{\mathcal{D}} \newcommand{\mcE}{\mathcal{E}} \newcommand{\mcF}{\mathcal{F}} \newcommand{\mcG}{\mathcal{G}} \newcommand{\mcH}{\mathcal{H}} \newcommand{\mcI}{\mathcal{I}} \newcommand{\mcJ}{\mathcal{J}} \newcommand{\mcK}{\mathcal{K}} \newcommand{\mcL}{\mathcal{L}} \newcommand{\mcM}{\mathcal{M}} \newcommand{\mcN}{\mathcal{N}} \newcommand{\mcO}{\mathcal{O}} \newcommand{\mcP}{\mathcal{P}} \newcommand{\mcQ}{\mathcal{Q}} \newcommand{\mcR}{\mathcal{R}} \newcommand{\mcS}{\mathcal{S}} \newcommand{\mcT}{\mathcal{T}} \newcommand{\mcU}{\mathcal{U}} \newcommand{\mcV}{\mathcal{V}} \newcommand{\mcW}{\mathcal{W}} \newcommand{\mcX}{\mathcal{X}} \newcommand{\mcY}{\mathcal{Y}} \newcommand{\mcZ}{\mathcal{Z}} %-----------  Kalligraphische Buchstaben im Mathemodus \newcommand{\mca}{\mathcal{A}} \newcommand{\mcb}{\mathcal{B}} \newcommand{\mcc}{\mathcal{C}} \newcommand{\mcd}{\mathcal{D}} \newcommand{\mce}{\mathcal{E}} \newcommand{\mcf}{\mathcal{F}} \newcommand{\mcg}{\mathcal{G}} \newcommand{\mch}{\mathcal{H}} \newcommand{\mci}{\mathcal{I}} \newcommand{\mcj}{\mathcal{J}} \newcommand{\mck}{\mathcal{K}} \newcommand{\mcl}{\mathcal{L}} \newcommand{\mcm}{\mathcal{M}} \newcommand{\mcn}{\mathcal{N}} \newcommand{\mco}{\mathcal{O}} \newcommand{\mcp}{\mathcal{P}} \newcommand{\mcq}{\mathcal{Q}} \newcommand{\mcr}{\mathcal{R}} \newcommand{\mcs}{\mathcal{S}} \newcommand{\mct}{\mathcal{T}} \newcommand{\mcu}{\mathcal{U}} \newcommand{\mcv}{\mathcal{V}} \newcommand{\mcw}{\mathcal{W}} \newcommand{\mcx}{\mathcal{X}} \newcommand{\mcy}{\mathcal{Y}} \newcommand{\mcz}{\mathcal{Z}} %----------  Doppelsumme ------------------------------------------ \newcommand{\dblsum}[1]{\ensuremath{\mathop{\sum\sum}\limits_{#1}}} %----------  \argmin und \argmax ------------------------------ \newcommand{\argmin}{\ensuremath{\operatorname*{arg{}min}}} \newcommand{\argmax}{\ensuremath{\operatorname*{arg{}max}}} %----------  Folgen  ------------------------------------------ \newcommand{\avec}[2]{#1_1,\ldots,#1_{#2}} \newcommand{\avecc}[2]{\ensuremath{#1_1,#1_2,\ldots,#1_{#2}}} \newcommand{\aveccc}[3]{\ensuremath{(#1_{#2},\ldots,#1_{#3})}} %----------  Geordnete Werte --------------------------------------- \newcommand{\ord}[2]{\ensuremath{#1_{(1)},\ldots,#1_{(#2)}}} \newcommand{\ordd}[2]{\ensuremath{#1_{(1)}\le#1_{(2)}\le\cdots\le#1_{(#2)}}} \newcommand{\ordstat}[2]{\ensuremath{#1_{(#2)}}} \newcommand{\ordne}[3]{\ensuremath{#1_{(1)}#3 #1_{(2)}#3\dots#3#1_{(#2)}}} \) Der erste Summand mit $k=0$ verschwindet. Deswegen "darf" die Summe bei $k=1$ beginnen.\(\endgroup\)


   Profil
oberstuflerin123
Aktiv Letzter Besuch: in der letzten Woche
Dabei seit: 09.02.2022
Mitteilungen: 44
  Beitrag No.2, vom Themenstarter, eingetragen 2023-06-05

OK, danke, jetzt sehe ich es auch, ich sagte ja, ich habe ein Brett vorm Kopf, danke! Das war mehr als peinlich, ich verzieh mich mal in einem Loch und begrabe mich selbst...


   Profil
luis52
Senior Letzter Besuch: in der letzten Woche
Dabei seit: 24.12.2018
Mitteilungen: 1111
  Beitrag No.3, eingetragen 2023-06-05

\quoteon(2023-06-05 16:47 - oberstuflerin123 in Beitrag No. 2) OK, danke, jetzt sehe ich es auch, ich sagte ja, ich habe ein Brett vorm Kopf, danke! Das war mehr als peinlich, ich verzieh mich mal in einem Loch und begrabe mich selbst... \quoteoff Kasteie dich nicht so. Das ist uns allen schon passiert.


   Profil
oberstuflerin123 hat die Antworten auf ihre/seine Frage gesehen.
Das Thema wurde von einem Senior oder Moderator abgehakt.

Wechsel in ein anderes Forum:
 Suchen    
 
All logos and trademarks in this site are property of their respective owner. The comments are property of their posters, all the rest © 2001-2023 by Matroids Matheplanet
This web site was originally made with PHP-Nuke, a former web portal system written in PHP that seems no longer to be maintained nor supported. PHP-Nuke is Free Software released under the GNU/GPL license.
Ich distanziere mich von rechtswidrigen oder anstößigen Inhalten, die sich trotz aufmerksamer Prüfung hinter hier verwendeten Links verbergen mögen.
Lesen Sie die Nutzungsbedingungen, die Distanzierung, die Datenschutzerklärung und das Impressum.
[Seitenanfang]