FleshlerHoffman
public struct FleshlerHoffman
Fleshler & Hoffman VI schedule generator
-
Undocumented
Declaration
Swift
public init()
-
Fleshler, M., & Hoffman, H. S. (1962). A PROGRESSION FOR GENERATING VARIABLE‐INTERVAL SCHEDULES 1. Journal of the experimental analysis of behavior, 5(4), 529-530.
Declaration
Swift
public func generatedInterval(value v: Int, iterations n: Int = 12) -> [Int]
-
Fleshler & Hoffman (1962) for VR schedule
Declaration
Swift
public func generatedRatio(value v: Int, iterations n: Int = 12) -> [Int]
-
Hantula, D. A. (1991). A simple BASIC program to generate values for variable‐interval schedules of reinforcement. Journal of Applied Behavior Analysis, 24(4), 799-801.
Declaration
Swift
func hantula1991(value v: Int, number n: Int = 12) -> [Int]