이 질문을 팔로우합니다.
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다.
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다.
How to calculate the coefficient related to the expression of the krawtchouk moments
조회 수: 4 (최근 30일)
이전 댓글 표시
Hello I need to calculate this term

using this formulate

Where 2F1 in matlab is the hypergeometric function
Any answer can help me I'm stack with this problem 2 weeks please help
댓글 수: 14
Torsten
2016년 3월 24일
It's very unusual that 1/p instead of x is the independent variable in the hypergeometric function. Are you sure your notation of 2F1 is the usual MATLAB notation used under
?
Best wishes
Torsten.
jenny jenny
2016년 3월 24일
Thanks Torsen for your comment Yes I'm sure It's the hypergemetric function and I need to calculate ak,n,p like I mentionned in the comment :
jenny jenny
2016년 3월 24일
Thank you so mutch Toresten But I don't understand how can that help me to calculate

jenny jenny
2016년 3월 24일
편집: Walter Roberson
2016년 3월 24일
thank you Torsten for my case I have
- N=20 p=0.5 n=0
- N=20 p=0.5 n=1
- N=20 p=0.5 n=2
- N=20 p=0.5 n=3
For the value of x I 're now what value I affected to x :(
Torsten
2016년 3월 24일
You got it ?
If you enter
the result is
a_0,3,0.5,20 = 1
a_1,3,0.5,20 = -0.333918
a_2,3,0.5,20 = 0.0350877
a_3,3,0.5,20 = -0.00116959
I hope you receive the same results in MATLAB, too, using the taylor() command.
Best wishes
Torsten.
Torsten
2016년 3월 24일
I can't see your uploaded file. Better attach it here using the "Attach File" button.
Best wishes
Torsten.
Torsten
2016년 3월 24일
But I already gave you the correct code:
syms x
taylor(hypergeom([-3, -x], [-20], 2),x)
Best wishes
Torsten.
Torsten
2016년 3월 24일
Then I don't see another way as to copy the results from MATHEMATICA.
Best wishes
Torsten.
jenny jenny
2016년 3월 24일
Thanks a lot Toreson I think this is the correct answer But I have this warning in matlab I don't understand why but I'm appricate your time and your answer thank you so mutch
답변 (1개)
Walter Roberson
2016년 3월 23일
hypergeom([-n, -x], [-N], 1/p)
Just like when you asked before; see http://www.mathworks.com/matlabcentral/answers/274492-calculate-the-krawtchouk-moments-invariants#comment_351830
댓글 수: 5
jenny jenny
2016년 3월 24일
편집: jenny jenny
2016년 3월 24일
thanks for your answer But what I need is to calculate

where
1) n=0 and (k=0 k=1 k=2 k=3)
2) n=1 and (k=0 k=1 k=2 k=3)
3) n=2 and (k=0 k=1 k=2 k=3)
4) n=3 and (k=0 k=1 k=2 k=3)
and p=0.5
my problem is about how to determinate the value of

using

Walter Roberson
2016년 3월 24일
Insufficient information about your notation. How is "a subscript k comma n comma p" defined?
On the left hand side you have a finite series of low order. On the right hand side you have something that is defined by an infinite summation. Clearly they cannot be defined by the taylor expansion of hypergeometric, as that would be a finite series that could at best approximate the hypergeometric.
jenny jenny
2016년 3월 24일
thank you so much for your answer I well use ak,n,p to calculate an other term all I have is this information (eaglity with the hypergeom) in the article they say that I use this egality to calculate ak,n,p please help :'( :'( what about the comment of Torsten
jenny jenny
2016년 3월 25일
hello every body in a book of informatique I have find this information it's correcte

were


참고 항목
태그
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!오류 발생
페이지가 변경되었기 때문에 동작을 완료할 수 없습니다. 업데이트된 상태를 보려면 페이지를 다시 불러오십시오.
웹사이트 선택
번역된 콘텐츠를 보고 지역별 이벤트와 혜택을 살펴보려면 웹사이트를 선택하십시오. 현재 계신 지역에 따라 다음 웹사이트를 권장합니다:
또한 다음 목록에서 웹사이트를 선택하실 수도 있습니다.
사이트 성능 최적화 방법
최고의 사이트 성능을 위해 중국 사이트(중국어 또는 영어)를 선택하십시오. 현재 계신 지역에서는 다른 국가의 MathWorks 사이트 방문이 최적화되지 않았습니다.
미주
- América Latina (Español)
- Canada (English)
- United States (English)
유럽
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom(English)
아시아 태평양
- Australia (English)
- India (English)
- New Zealand (English)
- 中国
- 日本Japanese (日本語)
- 한국Korean (한국어)


