mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-19 19:18:05 +00:00
- Implemented AFIRMA (Autoregressive Finite Impulse Response Moving Average) class with support for various window types and batch processing. - Created unit tests for AFIRMA to validate internal consistency, streaming, and batch processing. - Added comprehensive documentation for AFIRMA, including usage examples, performance profile, and parameter selection guide. - Removed obsolete omnisharp.json configuration file.
21 lines
695 B
XML
21 lines
695 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RunSettings>
|
|
<DataCollectionRunSettings>
|
|
<DataCollectors>
|
|
<DataCollector friendlyName="XPlat Code Coverage">
|
|
<Configuration>
|
|
<Format>json,cobertura,lcov,opencover</Format>
|
|
<Exclude>
|
|
<ModulePath>.*OoplesFinance.*</ModulePath>
|
|
<ModulePath>.*Skender.*</ModulePath>
|
|
<ModulePath>.*TALib.*</ModulePath>
|
|
<ModulePath>.*Tulip.*</ModulePath>
|
|
<ModulePath>.*xunit.*</ModulePath>
|
|
<ModulePath>.*Microsoft.*</ModulePath>
|
|
</Exclude>
|
|
</Configuration>
|
|
</DataCollector>
|
|
</DataCollectors>
|
|
</DataCollectionRunSettings>
|
|
</RunSettings>
|