File:Número básico de reproducción r0.png

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(1,200 × 500 pixels, file size: 7 KB, MIME type: image/png)

Captions

Captions

Add a one-line explanation of what this file represents

Summary

[edit]
Description
Español: Número básico de reproducción para diferentes enfermedades contagiosas.

Código para la generación de la gráfica en Matlab:

function indicer0ebola
close all
figure('Color', [1 1 1], 'Position', [2000 500 1200 500])
nombres = {'Sarampión','Vacas locas','SIDA','Gripe aviar','Gripe española','Hepatitis C', 'SARS', 'Ébola'};
maximos = [18 12 10.6 6 4 3.9 2.6 1.9]';
minimos = [12 10 4.2 1.2 3 2.1 2.2 1.2]';
diferencia = maximos-minimos;
x = 1:numel(maximos);
hbar= bar(x, [minimos diferencia], 'stack');
set(hbar(1),'FaceColor','none','EdgeColor','none');
set(hbar(2),'FaceColor',[1 0 0]);
set(gca,'Xtick',x,'XTickLabel',nombres)
limites = axis;
limites(4)= 20;
axis(limites);
for i = 1:numel(maximos)
    text(i-0.1,maximos(i)+0.5,sprintf('%.1f', maximos(i)));
end
for i = 1:numel(maximos)
    text(i-0.1,minimos(i)-0.5,sprintf('%.1f', minimos(i)));
end
title('Rangos de índices R_0 para diferentes enfermedades')
end
Date
Source Own work
Author Tecsie

Basado en la información de:

  1. Miguel Ángel Criado (8 October 2014). La ratio de contagio del ébola es inferior a la del sarampión o el VIH.

Licensing

[edit]
I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current05:20, 9 October 2014Thumbnail for version as of 05:20, 9 October 20141,200 × 500 (7 KB)Tecsie (talk | contribs)Ortografía de índices
04:28, 9 October 2014Thumbnail for version as of 04:28, 9 October 20141,200 × 500 (7 KB)Tecsie (talk | contribs)User created page with UploadWizard

The following page uses this file:

Metadata