Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はペンと紙でそれを行うことができますが、以下のような単純な式を計算するメソッドを Ruby で構築しようとすると、非常に苦労しています。
CETを返すメソッドをRubyで構築するにはどうすればよいですか?
(簡単にするために、(dj-d0)/365 が j に等しいと考えてください)
使用する構造がわかっている場合、これはほぼそのまま Ruby に変換できます。
sum = (1..n).inject(0) do |s, j| fc[j] / ((1 + cet) ** (d[j] - d[0]) / 365) - fc[0] end
何かを解決したい場合は、別の話です。Mathematica を試してみてください。