「ぎょーむ日誌」目次に戻る | KuboWeb top に戻る | twilog | atom

ぎょーむ日誌 2002-12-11

苦情・お叱りは, たいへんお手数かけて恐縮ですが, 久保 (kubo@ees.hokudai.ac.jp) までお知らせください.

2002 年 12 月 11 日 (水)

	use Spreadsheet::ParseExcel;
	use Spreadsheet::ParseExcel::FmtJapan;
	my $formatj = Spreadsheet::ParseExcel::FmtJapan->new(Code => 'euc'); 
	my $file = shift @ARGV;
	my $oBook = Spreadsheet::ParseExcel::Workbook->Parse($file, $formatj);
	xy <- scan("sample.txt", list(x = 0, y = 0))
	require(nls)
	Pmax = 10.2 # きめうち
	psynthesis <- nls(
		y ~ (f * x + Pmax - sqrt((f * x + Pmax)^2 - 4 * (f * x * q * Pmax)))
			/ (2 * q), # さらに葉の呼吸も引くのかな?
		data = xy,
		start = list(f = 0.1, q = 0.5) # とりあえず
	)
	summary(psynthesis)

KuboLog | KuboWeb