data/Problem3.47.R

Problem3.47 <- data.frame(
	"Algorithm" = c(
		'1',
		'1',
		'1',
		'1',
		'1',
		'1',
		'2',
		'2',
		'2',
		'2',
		'2',
		'2',
		'3',
		'3',
		'3',
		'3',
		'3',
		'3',
		'4',
		'4',
		'4',
		'4',
		'4',
		'4'
	),
	"CellStdev" = c(
		0.05,
		0.04,
		0.05,
		0.06,
		0.03,
		0.05,
		0.04,
		0.02,
		0.03,
		0.05,
		0.03,
		0.02,
		0.09,
		0.13,
		0.11,
		0.15,
		0.08,
		0.12,
		0.03,
		0.04,
		0.05,
		0.05,
		0.03,
		0.02
	))
ehassler/MontgomeryDAE documentation built on March 20, 2021, 7:08 p.m.