MATLAB POLYSPACE RELEASE NOTES Manuel d'utilisateur Page 182

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 240
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 181
5 Data Analysis
legend('Intersection 1',...
'Intersection 2',...
'Intersection 3')
Parametric models give analytic summaries of distribution shapes.
Exponential distributions, with parameter
mu given by the data mean, are a
good choice for the traffic data:
c1 = count(:,1); % Data at intersection 1
[bin_counts,bin_locations] = hist(c1);
bin_width = bin_locations(2) - bin_locations(1);
hist_area = (bin_width)*(sum(bin_c ount s));
figure
hist(c1)
hold on
5-12
Vue de la page 181
1 2 ... 177 178 179 180 181 182 183 184 185 186 187 ... 239 240

Commentaires sur ces manuels

Pas de commentaire