IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 15, 2013, 1:12:42 PM (13 years ago)
Author:
watersc1
Message:

The segfault error was due to forgetting that after removing Ncensored points, I no longer have N, I have (N - Ncensored).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psMixtureModels.c

    r35798 r35951  
    403403    success = psMMGMMUncensored(Dcensored,
    404404                                dim,
    405                                 N,
     405                                N - Ncensored,
    406406                                tempModes,
    407407                                means,
Note: See TracChangeset for help on using the changeset viewer.