MATLAB POLYSPACE RELEASE NOTES Manual do Utilizador Página 182

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 240
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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
Vista de página 181
1 2 ... 177 178 179 180 181 182 183 184 185 186 187 ... 239 240

Comentários a estes Manuais

Sem comentários