Bonjour

Je souhaiterais effectuer un calcul de corrélation avec la fonction "stats_stat_correlation".
Mais en l'utilisant dans mon code, elle ne retourne rien.

VOICI MON CODE:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
 
<?php
  tabl1=array(2,3,4,5,8)
  tabl2=array(8,55,4,9,78)
 
float stats_stat_correlation ( array $tabl1 , array $tabl2 )
 
?>


Je vous remercie de l'attention que vous portez à ma demande et vous remercie d'avance pour vos interventions.

Cdt,

Ludovic BEYEME