1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
<?xml version="1.0" encoding="UTF-8"?>
<plugin id="GOffice_reg_linear">
<information>
<_name>Regression curve : linear</_name>
<_description>Linear regression curves</_description>
</information>
<loader type="Gnumeric_Builtin:module">
<attribute name="module_file" value="linreg"/>
</loader>
<services>
<service type="trendline_engine" id="GogLinRegCurve">
<information>
<_description>Linear regression curve engine</_description>
</information>
</service>
<service type="trendline_engine" id="GogExpRegCurve">
<information>
<_description>Exponential regression curve engine</_description>
</information>
</service>
<service type="trendline_engine" id="GogPowerRegCurve">
<information>
<_description>Power regression curve engine</_description>
</information>
</service>
<service type="trendline_engine" id="GogLogRegCurve">
<information>
<_description>Logarithmic regression curve engine</_description>
</information>
</service>
<service type="trendline_engine" id="GogPolynomRegCurve">
<information>
<_description>Polynomial regression curve engine</_description>
</information>
</service>
<service type="trendline_type" id="linreg">
<file>reg-types.xml</file>
<information>
<_description>Linear regression curves types</_description>
</information>
</service>
</services>
</plugin>
|