This feature contains the core bundles required for BAM Agent Service Statistics Server functionality
WSO2 Stream Processor HTTP Analytics Solution Widgets
SQL based repository of various objects related to Oxalis statistics. This implementation is based upon use of MySQL
Garmadon is a java event logs collector for hadoop and frameworks
WebJar for @vaadin/vaadin-usage-statistics
OpenDaylight is leading the transformation to Open Software Defined Networking (SDN). For more information, please see https://www.opendaylight.org
Configuration files for statistics manager
Datumbox is an open-source Machine Learning Framework written in Java which allows the rapid development of Machine Learning and Statistical applications.
RestComm :: Parent pom
Differential Privacy library to generate (epsilon, delta)-differential private statistics over datasets.
Latency matrix calculation for Netty based HTTP transport
This project collects data from several QA tools, like pmd, checkstyle, FindBugs and Simian and keeps track of them overtime. This allows developers, architects and project managers alike to be presented with a trend of the QA statistics of their project.
Statistics module for Guice applications (does not require sitebricks)
WSO2 Stream Processor HTTP Analytics Solution Widgets
This feature contains the core bundles required for Back-end Event Statistics functionality
This feature contains the bundles required for Front-end Event Statistics functionality
Statistical and analytical extensions for Kotlin
This feature contains the bundles required for Front-end Event Statistics functionality
org.wso2.carbon.event.statistics.ui represent the UI aspects of org.wso2.carbon.event.statistics bundle
This feature contains the core bundles required for Back-end Event Statistics functionality
BioJava is an open-source project dedicated to providing a Java framework for processing biological data. It provides analytical and statistical routines, parsers for common file formats and allows the manipulation of sequences and 3D structures. The goal of the biojava project is to facilitate rapid application development for bioinformatics.
BioJava is an open-source project dedicated to providing a Java framework for processing biological data. It provides analytical and statistical routines, parsers for common file formats and allows the manipulation of sequences and 3D structures. The goal of the biojava project is to facilitate rapid application development for bioinformatics.
DKPro Statistics is a collection of open-licensed statistical tools, currently including inter-rater agreement, correlation, and significance measures.
WebJar for vaadin-usage-statistics
Statistics manager abstraction for integration with analytics services.
SiteStats is a tool for Sakai for showing site usage statistics.
SiteStats is a tool for Sakai for showing site usage statistics.
SiteStats is a tool for Sakai for showing site usage statistics.
Statistical sampling library for use in virtdata libraries, based on apache commons math 4
Garmadon is a java event logs collector for hadoop and frameworks
Opencast is a media capture, processing, management and distribution system
Differential Privacy library to generate (epsilon, delta)-differential private statistics over datasets.
Lightweight 2D Data framework. Strongly typed CSV I/O. Statistics.
Lightweight 2D Data framework. Strongly typed CSV I/O. Statistics.
WSO2 is an open source application development software company focused on providing service-oriented architecture solutions for professional developers.
SiteStats is a tool for Sakai for showing site usage statistics.
Lightweight 2D Data framework. Strongly typed CSV I/O. Statistics.
This feature contains the core bundles required for BAM Statistics Agent Server UI functionality
Restcomm :: Parent pom for 2.x releases
Restcomm :: Parent pom for 2.x releases
Restcomm :: Parent pom for 2.x releases
DKPro Statistics is a collection of open-licensed statistical tools, currently including inter-rater agreement, correlation, and significance measures.
OpenDaylight is leading the transformation to Open Software Defined Networking (SDN). For more information, please see https://www.opendaylight.org
WSO2 Stream Processor HTTP Analytics Solution Widgets
Straight forward code to calculate average and standard deviations of a number of incoming values. Also provides utility to do this in a 'sliding window' in time.
RestComm :: Parent pom
pact-jvm-consumer-specs2 ======================== ## Specs2 Bindings for the pact-jvm library ## Dependency In the root folder of your project in build.sbt add the line: ```scala libraryDependencies += "au.com.dius.pact.consumer" %% "specs2" % "4.0.1" ``` or if you are using Gradle: ```groovy dependencies { testCompile "au.com.dius.pact.consumer:specs2_2.13:4.0.1" } ``` __*Note:*__ `PactSpec` requires spec2 3.x. Also, for spray users there's an incompatibility between specs2 v3.x and spray. Follow these instructions to resolve that problem: https://groups.google.com/forum/#!msg/spray-user/2T6SBp4OJeI/AJlnJuAKPRsJ ## Usage To author a test, mix `PactSpec` into your spec First we define a service client called `ConsumerService`. In our example this is a simple wrapper for `dispatch`, an HTTP client. The source code can be found in the test folder alongside the `ExamplePactSpec`. Here is a simple example: ``` import au.com.dius.pact.consumer.PactSpec class ExamplePactSpec extends Specification with PactSpec { val consumer = "My Consumer" val provider = "My Provider" override def is = uponReceiving("a request for foo") .matching(path = "/foo") .willRespondWith(body = "{}") .withConsumerTest { providerConfig => Await.result(ConsumerService(providerConfig.url).simpleGet("/foo"), Duration(1000, MILLISECONDS)) must beEqualTo(200, Some("{}")) } } ``` This spec will be run along with the rest of your specs2 unit tests and will output your pact json to ``` /target/pacts/<Consumer>_<Provider>.json ``` # Forcing pact files to be overwritten (3.6.5+) By default, when the pact file is written, it will be merged with any existing pact file. To force the file to be overwritten, set the Java system property `pact.writer.overwrite` to `true`. # Test Analytics We are tracking anonymous analytics to gather important usage statistics like JVM version and operating system. To disable tracking, set the 'pact_do_not_track' system property or environment variable to 'true'.
Data structure which allows accurate estimation of quantiles and related rank statistics
Supplemental numeric and statistical computations for Tinfour products