Joel Bernstein created SOLR-13135: ------------------------------------- Summary: Add tplot, hplot and qqplot Key: SOLR-13135 URL: https://issues.apache.org/jira/browse/SOLR-13135 Project: Solr Issue Type: New Feature Security Level: Public (Default Security Level. Issues are Public) Reporter: Joel Bernstein
This ticket will add three more plotting functions to complement the general purpose *zplot* function: *tplot*: Time Series plot which plots a time series along with the output of various smoothing functions including: simple moving average, exponential moving average, moving median, and moving absolute deviation. *hplot*: Histogram plot that automatically prints a histogram for a vector of numbers or probability distribution. *qqplot*: Performs a qqplot for probability distributions and/or vectors of numbers. Used for visually comparing two distributions. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org