com.yobotics.simulationconstructionset
Class NoisyDoubleYoVariableTest

java.lang.Object
  extended by com.yobotics.simulationconstructionset.NoisyDoubleYoVariableTest

public class NoisyDoubleYoVariableTest
extends java.lang.Object


Constructor Summary
NoisyDoubleYoVariableTest()
           
 
Method Summary
 void testDiscrete()
           
 void testFullConstructor()
           
 void testFullConstructorDouble()
           
 void testGaussianNoise()
           
 void testGaussianNoiseAndStaticBias()
           
 void testGetPerfectDoubleValue()
           
 void testGetPerfectDoubleValueDouble()
           
 void testRandomBound()
           
 void testRandomBoundAndStaticBias()
           
 void testRandomBoundAndWalkingBias()
           
 void testSimpleConstructor()
           
 void testSimpleConstructorDouble()
           
 void testStaticBias()
           
 void testWalkingBias()
           
 void testZeroRandomBound()
           
 void testZeroRandomBoundWithPerfect()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoisyDoubleYoVariableTest

public NoisyDoubleYoVariableTest()
Method Detail

testSimpleConstructor

public void testSimpleConstructor()

testSimpleConstructorDouble

public void testSimpleConstructorDouble()

testFullConstructor

public void testFullConstructor()

testFullConstructorDouble

public void testFullConstructorDouble()

testGetPerfectDoubleValue

public void testGetPerfectDoubleValue()

testGetPerfectDoubleValueDouble

public void testGetPerfectDoubleValueDouble()

testDiscrete

public void testDiscrete()

testRandomBound

public void testRandomBound()

testZeroRandomBound

public void testZeroRandomBound()

testZeroRandomBoundWithPerfect

public void testZeroRandomBoundWithPerfect()

testStaticBias

public void testStaticBias()

testWalkingBias

public void testWalkingBias()

testRandomBoundAndStaticBias

public void testRandomBoundAndStaticBias()

testRandomBoundAndWalkingBias

public void testRandomBoundAndWalkingBias()

testGaussianNoise

public void testGaussianNoise()

testGaussianNoiseAndStaticBias

public void testGaussianNoiseAndStaticBias()