Computes the entropy of a distribution
◆ arm_entropy_f16()
| float16_t arm_entropy_f16 |
( |
const float16_t * | pSrcA, |
|
|
uint32_t | blockSize ) |
Entropy.
- Parameters
-
| [in] | pSrcA | Array of input values. |
| [in] | blockSize | Number of samples in the input array. |
- Returns
- Entropy -Sum(p ln p)
◆ arm_entropy_f32()
Entropy.
- Parameters
-
| [in] | pSrcA | Array of input values. |
| [in] | blockSize | Number of samples in the input array. |
- Returns
- Entropy -Sum(p ln p)
◆ arm_entropy_f64()
Entropy.
- Parameters
-
| [in] | pSrcA | Array of input values. |
| [in] | blockSize | Number of samples in the input array. |
- Returns
- Entropy -Sum(p ln p)