Sine

object Sine
class Object
trait Matchable
class Any

Value members

Concrete methods

def error(curve: AngularCurve, data: List[Point]): Double
def errorBars(data: List[Point], curve: AngularCurve, width: Int): Image
def errorPlot(data: List[Point], periods: List[Int]): Image
def gradientDescent(data: List[Point], periods: List[Int], start: Int, goal: Int, step: Int): Image
def noiseSamples(n: Int, f: Angle => Random[Point]): Random[List[Point]]
def noisySine(curve: AngularCurve, stdDev: Double): Angle => Random[Point]
def sine(width: Int, amplitude: Double, period: Int): AngularCurve
def styledSine(curve: AngularCurve): Image

Concrete fields

val images: List[Image]
val randomAngle: Random[Angle]
val samples: Random[List[Point]]
val sines: Image
val underBlue: Color