Íomhá:Components of US Money supply.svg

Page contents not supported in other languages.
Ón Vicipéid, an chiclipéid shaor.

Taispeáin leagan ardtaifigh den íomhá(Comhad SVG, ainmniúil 720 × 540 picteilíni, méid comhaid: 57 KB)

Seo comhad as An Cómhaoin Viciméid. Tá an tuairisc as an leathanach tuairisc Cómhaoin a leanas thíos.
Is stór comhaid meáin Saor é an Cómhaoin Viciméid. Is féidir leat cabhrú.

Achoimriú

Tuairisc
English: Components in the US Money supply based on Federal Reserve historical data
Dáta
Foinse Obair féin
Údar Autopilot


Data

Generated with R from the US Fed published data:

  1. http://www.federalreserve.gov/releases/h6/hist/h6hist1.txt
  2. http://www.federalreserve.gov/releases/h6/hist/h6hist2.txt
  3. http://www.federalreserve.gov/releases/h6/hist/h6hista.txt

Source

m1m2 = read.table(
	"h6hist1.txt",
	header=F,
	skip=14,
	comment.char = '-',
	col.names=c('mon','year','m1','m2','m1.raw','m2.raw'),
)

currency = read.table(
	"h6hist2.txt",
	header=F,
	skip=11,
	comment.char = '-',
	col.names=c('mon','year','currency','checks','deposits','banks','thrift','total'),
)

# Merge the data frames into one
m = merge(m1m2, currency, by=c('mon','year'))

# Grab just the year-on-year changes
yr = subset(m, mon=="Oct")
yr$m1.delta = 100 * c(0,diff(yr$m1)) / yr$m1
yr$m2.delta = 100 * c(0,diff(yr$m2)) / yr$m2
yr$currency.delta = 100 * c(0,diff(yr$currency)) / yr$currency

# Plot the year-on-year change for the three stats
par(family="Times")
plot(
	m1.delta ~ year,
	data=yr,
	ylim=c(-5,15),
	type="n",
	main="Year-on-year change in the US monetary supply",
	xlab="Year",
	ylab="Percent change",
	bty='n',
	las=1
)
grid();
lines(m2.delta ~ year, data=yr, col="red")
lines(m1.delta ~ year, data=yr, col="green")
lines(currency.delta ~ year, data=yr, col="blue")

legend(
	"topleft",
	c("M2","M1","Currency"),
	col=c("red","green","blue"),
	bty='n',
	lty=1
)

dev.copy(svg, "Changes in US Money supply.svg", width=8, height=6)
dev.off()

par(family="Times")
plot(
	m2 ~ year,
	data=yr,
	type="n",
	main="Components of the US monetary supply",
	xlab="Year",
	ylab="Billions of dollars",
	bty='n',
	las=1
)
grid();
lines(m2 ~ year, data=yr, col="red")
lines(m1 ~ year, data=yr, col="green")
lines(currency ~ year, data=yr, col="blue")

legend(
	"topleft",
	c("M2", "M1","Currency"),
	col=c("red","green","blue"),
	bty='n',
	lty=1
)

dev.copy(svg, "Components of US Money supply.svg", width=8, height=6)
dev.off()

par(family="Times")
plot(
	m2 ~ year,
	data=yr,
	type="n",
	main="Components of the US monetary supply",
	xlab="Year",
	ylab="Billions of dollars",
	bty='n',
	las=1,
	log="y",
	ylim=c(10,10000)
)
grid();
lines(m2 ~ year, data=yr, col="red")
lines(m1 ~ year, data=yr, col="green")
lines(currency ~ year, data=yr, col="blue")
 
legend(
	"topleft",
	c("M2", "M1","Currency"),
	col=c("red","green","blue"),
	bty='n',
	lty=1
)
 
dev.copy(svg, "Components of US Money supply (logscale).svg", width=8, height=6)
dev.off()

Ceadúnú

Is mise sealbhóir cóipchirt an shaothair seo agus foilsím é faoi na ceadúnais seo a leanas:
w:ga:Creative Commons
sannadh comhroinn araon
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
Is féidir:
  • an saothar seo a roinnt – an saothar seo a chóipeáil, a dháil amach, agus a tharchur
  • an saothar seo a athmheascadh – an saothar seo a oiriúnú
Ach amháin má leantar na coinníollacha seo a leanas:
  • sannadh – Ní mor creidiúint a thabhairt leis an saothar, faoi mar a shonraigh an údar nó tabharthóir an ceadúnais (ach ná húsáid modh a thugann le fios go thacaíonn sé/sí tú féin nó an úsáid a bhaineann tú as an saothar).
  • comhroinn araon – Má athraíonn tú nó síneann tú amach an saothar seo, ní féidir é a dháileadh ach amhaín faoin gceadúnas céanna nó ceann cosúil leis an gceann seo.
GNU head Tugtar cead an doiciméad seo a chóipeáil, a dháileadh agus/nó a mhodhnú faoi théarmaí an Ceadúnas Doiciméadúcháin Saor ó GNU, Leagan 1.2 nó aon leagan níos déanaí a d’fhoilsigh an Fondúireacht Bogearraí Saor in Aisce; gan aon Rannóga Inmheánacha, gan aon Téacsanna Clúdaigh Tosaigh, agus gan aon Téacsanna Clúdaigh Cúil. Tá cóip den cheadúnas san áireamh sa chuid dar teideal Ceadúnas Doiciméadúcháin Saor ó GNU.
Is féidir leat a roghnú an ceadúnas do rogha

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

taispeánann sé/sí

5 Nollaig 2010

MIME type Béarla

image/svg+xml

checksum Béarla

5c0637dbc2e9e535334d58a3fbffb90688b82b0c

determination method Béarla: SHA-1 Béarla

data size Béarla

58,841 Beart

540 picteilín

720 picteilín

Stair chomhaid

Cliceáil ar dáta/am chun an comhad a radharc mar a bhí sé ag an am sin.

Dáta/AmMionsamhailToisíÚsáideoirNóta tráchta
faoi láthair13:12, 21 Eanáir 2014Mionsamhail do leagan ó 13:12, 21 Eanáir 2014720 × 540 (57 KB)Kopiersperreupdate 2014
09:18, 30 Lúnasa 2013Mionsamhail do leagan ó 09:18, 30 Lúnasa 2013720 × 540 (79 KB)Kopiersperreupdated
16:04, 5 Nollaig 2010Mionsamhail do leagan ó 16:04, 5 Nollaig 2010720 × 540 (88 KB)Autopilot{{Information |Description={{en|1=Components in the US Money supply based on Federal Reserve historical data}} |Source={{own}} |Author=Autopilot |Date=2010-12-05 |Permission= |other_versions= }} Category:Charts

Tá nasc chuig an gcomhad seo ar na leathanaigh seo a leanas:

Global file usage

The following other wikis use this file:

Meiteasonraí