Explain and Demonstrate Non-Shannon Entropy

Виконано Опубліковано %project.relative_time Оплачується при отриманні
Виконано Оплачується при отриманні

See attached, or read [login to view URL] job explaining Kapur, Renyi, and Harvda/Charvat entropy

This job requires two things.

First

An explanation of these three types of entropy calculations. You can base it on [login to view URL]

Essentially, the following expressions must be explained in about 600 words each.

There is an image in the word document here.

The writing must be in academic style using third person. It is desired to reference other sources and provide the reference information. No direct quotes. No plagiarism, this will be carefully checked.

Second

Short and simple C source code. For Shannon entropy, the following was written.

int Frequencies[256];

void CountFrequencies(unsigned char *pDataSet, int nLength)

{

int i;

// Zero the frequency buffer.

for (i = 0; i < 256; i++)

{

Frequencies[i] = 0;

}

// Loop through each data element of the data set.

for (i = 0; i < nLength; i++)

{

// Increment the frequency for this data value.

Frequencies[pDataSet[i]]++;

}

}

double CalculateShannonEntropy(unsigned char *pDataSet, int nLength)

{

int i;

double dEntropy = 0, dTemp;

// Call the function that counts the frequencies.

CountFrequencies(pDataSet, nLength);

for (i = 0; i < 256; i++)

{

if (Frequencies[i] == 0)

{

continue;

}

dTemp = (double)Frequencies[i] / (double)nLength;

dEntropy -= ( dTemp * log2(dTemp) );

}

return(dEntropy);

}

Deliverables

Three pieces of text in word document, each approximately 600 words. They should explain the three types of entropy: Renyi, Kapur, and Harvda/Charvat. They should be professionally written in a third person voice, and exhibit the quality of an academic writer. References to sources are desired.

Three pieces of C code in a text file, each one similar to the Shannon entropy code above.

double CalculateRenyiEntropy(unsigned char *pDataSet, int nLength);

double CalculateKapurEntropy(unsigned char *pDataSet, int nLength);

double CalculateHarvdaCharvatEntropy(unsigned char *pDataSet, int nLength);

Аналіз та обробка даних Написання дослідницьких робіт

ID Проекту: #11780777

Про проект

8 заявок(-ки) Дистанційний проект Остання активність 7 роки(ів) тому

Доручено:

pankajjbarua

Hi, I can help you with your entropy writing and can also provide you with the C codes. After completing my masters in the UK I am currently working as a Bioinformatics PhD researcher in Germany and I have excellent Більше

$250 USD за 3 дні(-в)
(47 відгуків(-и))
6.0

8 фрілансерів(-и) готові виконати цю роботу у середньому за $454

Softeria

I have 10 years of writing experience. My expertise is Academic writing, Thesis, Dissertations, Proposals, SLR, Business plan, Report writing, Research, Article writing and Essay writing. I can show you some of the sam Більше

$300 USD за 7 дні(-в)
(193 відгуків(и))
7.1
kemmydal

Greetings! I am Kemar Daley, a talented freelancer in the writing sector. After reading your job description, I realized that it is the perfect fit for my skill set, moreover I have been writing and proofreading for Більше

$750 USD за 6 дні(-в)
(36 відгуків(и))
5.9
IdeaCentre

Hello, how are you doing today? Click on that__CHAT__button below so that I can ask a few questions concerning your project. I have read all the provided instructions and I am the right person to work on this task. I p Більше

$555 USD за 10 дні(-в)
(28 відгуків(и))
5.1
chyconsl

Hi, I have read and understood the project description and possess the skills required to meet your needs. Please give me a chance and reply. Thanks.

$250 USD за 7 дні(-в)
(20 відгуків(и))
5.2
Shopify

I want to discuss this project with you further, let me know the best suitable time for you to schedule the meeting, Feel free to message me at any time, i used to be online 14 hrs in a day on this website so probably Більше

$773 USD за 18 дні(-в)
(0 відгуків(и))
0.0