| Package | Description |
|---|---|
| edu.umass.cs.surveyman.analyses |
Contains static and dynamic analysis structures and logic.
|
| edu.umass.cs.surveyman.qc.respondents |
| Modifier and Type | Method and Description |
|---|---|
static List<SurveyResponse> |
Simulation.simulate(Survey survey,
int totalResponses,
double percentAdversaries,
RandomRespondent.AdversaryType adversaryType,
AbstractRespondent profile)
Simulates responses to a survey.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LexicographicRespondent |
class |
NoisyLexicographicRespondent |
class |
NonRandomRespondent
Simulates a cluster of responses.
|
class |
RandomRespondent |
| Modifier and Type | Method and Description |
|---|---|
AbstractRespondent |
RandomRespondent.copy() |
AbstractRespondent |
NonRandomRespondent.copy() |
AbstractRespondent |
LexicographicRespondent.copy() |
abstract AbstractRespondent |
AbstractRespondent.copy()
Returns a copy of this respondent type.
|
Copyright © 2015. All rights reserved.