Free cookie consent management tool by TermsFeed Policy Generator

Changeset 2445 for trunk/sources/ALGLIB


Ignore:
Timestamp:
10/22/09 10:31:19 (15 years ago)
Author:
gkronber
Message:

Fixed #787 (LinearRegressionOperator uses leastsquares function of ALGLIB instead of linearregression function)

Location:
trunk/sources/ALGLIB
Files:
5 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/ALGLIB/ALGLIB.csproj

    r2435 r2445  
    8888      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    8989    </Compile>
     90    <Compile Include="descriptivestatistics.cs" />
     91    <Compile Include="gammaf.cs" />
     92    <Compile Include="igammaf.cs" />
    9093    <Compile Include="leastsquares.cs" />
     94    <Compile Include="linreg.cs" />
    9195    <Compile Include="lq.cs" />
     96    <Compile Include="normaldistr.cs" />
    9297    <Compile Include="Properties\AssemblyInfo.cs" />
    9398    <Compile Include="qr.cs" />
Note: See TracChangeset for help on using the changeset viewer.