Compute the probabilities of the Kth extension of a source for a given K?

3 ビュー (過去 30 日間)
Anisa Shala
Anisa Shala 2015 年 10 月 9 日
編集済み: Anisa Shala 2015 年 10 月 9 日
A discrete-memoryless information source is described by the probability vector p = {0.2, 0.3, 0.1, 0.4}. I have to write a MATLAB file to compute the probabilities of the Kth extension of this source for a given K. So far I have written the following code:
K=2;
p=[0.2,0.3,0.1,0.4];
P=zeros(length(p)^(K-1),length(p));
Any idea how to continue?

回答 (0 件)

カテゴリ

Help Center および File ExchangeProbability Density Functions についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by