Package stella.math

Class Summary
Extrapolation A class to predict sensor readings for at least 120 sec.
LinearExtrapolation Uses linear extrapolation to predict STELLA-sensor data.
ParabolicExtrapolation Uses parabolic extrapolation to predict STELLA-sensor data.
ParabolicExtrapolation.StepTest Test class for stepping forward and backward.
SphereTiles This class calculates equal-area sized almost half-sphere tiles and tries to arrange them in the following way: The number of tiles equals a predefined number, N. The first tile is a polar cap with the area of the total area of the sphere divided by the number of tiles.
SphereTiles.Test Test class.