Documentation ¶
Index ¶
- Constants
- type Result
- type Session
- type Statistics
- type Survey
- func (s Survey) AvgEstimationDistance() string
- func (s Survey) AvgPredictionDistance() string
- func (s Survey) Difference() string
- func (s Survey) Estimation() string
- func (s Survey) FcQuestion() string
- func (s Survey) FcValues() []SurveyOption
- func (s Survey) FiQuestion() string
- func (s Survey) FiValues() []SurveyOption
- func (s Survey) FlQuestion() string
- func (s Survey) FlValues() []SurveyOption
- func (s Survey) FpQuestion() string
- func (s Survey) FpValues() []SurveyOption
- func (s Survey) LQuestion() string
- func (s Survey) LValues() []SurveyOption
- func (s Survey) LearnGainQuestion() string
- func (s Survey) LearnGainValues() []SurveyOption
- func (s Survey) NQuestion() string
- func (s Survey) NValues() []SurveyOption
- func (s Survey) NeQuestion() string
- func (s Survey) NeValues() []SurveyOption
- func (s Survey) Prediction() string
- func (s Survey) RQuestion() string
- func (s Survey) RValues() []SurveyOption
- type SurveyOption
Constants ¶
View Source
const KPC_TO_LY = 3262
View Source
const MILKY_WAY_AGE = 13.61e9
Age of the Milky Way: 13.61 billion years
View Source
const MILKY_WAY_H_KPC = 1
View Source
const MILKY_WAY_R_KPC = 12
Source: https://doi.org/10.48550/arXiv.1301.6411 Milky Way galactic disk cylinder in kpc
View Source
const MILKY_WAY_STARS = 1e11
Number of stars in the Milky Way: 100 billion
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Result ¶
func (Result) DataLabels ¶
func (Result) Participants ¶
func (Result) PostsurveyData ¶
func (Result) PresurveyData ¶
type Statistics ¶
type Statistics struct { Survey Labels [][]string Suveys []drake.Survey // contains filtered or unexported fields }
func NewStatistics ¶
func NewStatistics(surveys []drake.Survey, printer *message.Printer) Statistics
func (Statistics) Data ¶
func (s Statistics) Data() [][]int
type Survey ¶
func (Survey) AvgEstimationDistance ¶
func (Survey) AvgPredictionDistance ¶
func (Survey) Difference ¶
func (Survey) Estimation ¶
func (Survey) FcQuestion ¶
func (Survey) FcValues ¶
func (s Survey) FcValues() []SurveyOption
func (Survey) FiQuestion ¶
func (Survey) FiValues ¶
func (s Survey) FiValues() []SurveyOption
func (Survey) FlQuestion ¶
func (Survey) FlValues ¶
func (s Survey) FlValues() []SurveyOption
func (Survey) FpQuestion ¶
func (Survey) FpValues ¶
func (s Survey) FpValues() []SurveyOption
func (Survey) LValues ¶
func (s Survey) LValues() []SurveyOption
func (Survey) LearnGainQuestion ¶
func (Survey) LearnGainValues ¶
func (s Survey) LearnGainValues() []SurveyOption
func (Survey) NValues ¶
func (s Survey) NValues() []SurveyOption
func (Survey) NeQuestion ¶
func (Survey) NeValues ¶
func (s Survey) NeValues() []SurveyOption
func (Survey) Prediction ¶
func (Survey) RValues ¶
func (s Survey) RValues() []SurveyOption
type SurveyOption ¶
Click to show internal directories.
Click to hide internal directories.