JoshuaEbenezer / Max-Lloyd-quantization

Computes Max Lloyd two dimensional vector quantization sets to minimize quantization errors with respect to the probability density of a two dimensional random vector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Max-Lloyd-quantization

Computes Max Lloyd two dimensional vector quantization sets to minimize quantization errors with respect to the probability density of a two dimensional random vector whose probability density function is known.

The probability density function of the vector follows the surfaces shown in the image.

The surfaces are symmetric with respect to the axes.

You will be asked to input values of n1-n6, as well as ratios of the probabilities of the three surfaces (p1,p2,p3).

The program may diverge due to random initialization, but this is unlikely because the precision used is not very high.

About

Computes Max Lloyd two dimensional vector quantization sets to minimize quantization errors with respect to the probability density of a two dimensional random vector


Languages

Language:Python 100.0%