SuperstarAnova
SuperstarAnova (formerly ANOVAbot) is an IRC bot by User:AnalysisOfVariance written in C++. It was originally designed to locally perform one-way analysis of variance tests, then turned into a bot on this wiki's IRC channel, #esolanging. Its core (the ANOVA test runner) is older than esomark, however it only became an IRC bot after esomark came online.
Just like esomark and fungot, SuperstarAnova has a Markov text generator (specifically, a character n-gram model) set to produce a fixed amount of iterations whenever anyone pings it. There are also "styles" for the text generation.
SuperstarAnova also has commands, prefixed with ~. Additional commands can be defined with ~bf (brainfuck) or ~cl (constant string printer).
~anova performs a one-way ANOVA test on the user's buffer as a CSV. However, it takes a long time and produces questionable results.
See also
- esomark, the primary IRC bot of this wiki.