SweetPea

Contents:

  • SweetPea Guide
    • Installation and Setup
      • Automated Installation from the Python Package Index
      • Manual Installation from Source
      • Contributing to SweetPea Development
    • Factorial Experiment Design
      • Factors
      • Levels
      • Example
      • Derivations
        • Within-Trial Windows
        • Transition Windows
        • General Windows
      • Glossary
    • Using SweetPea
      • A Simple Stroop Experiment
        • Building the Simple Stroop Experiment
        • SweetPea Feature Recap
      • Working With Derived Levels
        • Derivation
        • Constraints
      • ContinuousFactor in SweetPea
        • Defining ContinuousFactor
        • Constraints for Design with ContinuousFactors
    • Contributing to SweetPea
      • Using the GitHub Issue Tracker
      • Developing SweetPea
        • Configuring Your Development Environment
        • Repository Organization
        • Workflows
        • Pull Requests
      • Contributing to the Documentation
        • Installing Dependencies
        • Building the Documentation
        • Automatic vs Manual Documentation
        • Contributing to the Automatic Documentation
        • Style Guides
      • reStructuredText Style Guide
        • General
        • Docstrings
      • Python Style Guide
        • Note on PEP 8
        • Maximum Line Length
        • Blank Lines
        • Imports
        • String Quotes
        • Trailing Commas
        • Comments
        • Type-Checking or Linting Overrides
  • SweetPea API
    • Experiments
      • sweetpea.Block
      • sweetpea.CrossBlock
      • sweetpea.MultiCrossBlock
      • sweetpea.Repeat
      • sweetpea.synthesize_trials()
      • sweetpea.print_experiments()
      • sweetpea.tabulate_experiments()
      • sweetpea.save_experiments_csv()
      • sweetpea.experiments_to_dicts()
      • sweetpea.experiments_to_tuples()
    • Factors and Levels
      • sweetpea.Factor
        • sweetpea.Factor.name
        • sweetpea.Factor.get_level()
        • sweetpea.Factor.levels
      • sweetpea.Level
        • sweetpea.Level.name
        • sweetpea.Level.factor
      • sweetpea.DerivedLevel
      • sweetpea.ElseLevel
      • sweetpea.ContinuousFactor
        • sweetpea.ContinuousFactor.name
        • sweetpea.ContinuousFactor.generate()
      • sweetpea.DiscreteFactor
    • Derivations
      • sweetpea.Derivation
      • sweetpea.WithinTrial
      • sweetpea.Transition
      • sweetpea.Window
    • Constraints
      • sweetpea.Constraint
      • sweetpea.Exclude
      • sweetpea.Pin
      • sweetpea.MinimumTrials
      • sweetpea.AtMostKInARow
      • sweetpea.AtLeastKInARow
      • sweetpea.ExactlyKInARow
      • sweetpea.ExactlyK
      • sweetpea.ConstinuousConstraint
    • Sampling Strategies
      • sweetpea.Gen
      • sweetpea.UniformGen
      • sweetpea.IterateGen
      • sweetpea.UniGen
      • sweetpea.CMSGen
      • sweetpea.RandomGen
      • sweetpea.IterateSATGen
      • sweetpea.IterateILPGen
      • sweetpea.SMGen
    • Distributions
      • sweetpea.Distribution
        • sweetpea.Distribution.sample()
      • sweetpea.UniformDistribution
      • sweetpea.GaussianDistribution
      • sweetpea.ExponentialDistribution
      • sweetpea.LogNormalDistribution
      • sweetpea.CustomDistribution
        • sweetpea.CustomDistribution.sample()
SweetPea
  • Search


© Copyright 2022, SweetPea Research Group.

Built with Sphinx using a theme provided by Read the Docs.