Displaying 2 results from an estimated 2 matches for "fitg".
Did you mean:
fit
2013 Apr 09
5
Error when using fitdist function in R
Hello everyone,
I was trying to do some distribution fitting with a numerical field called
Tolls. The sample size = 999 rows.
Basically I assigned the Toll data to a new variable K by doing:
k<-dtest$Toll
After that, tried to fit a gamma distribution by doing: fitG<-fitdist(k,
"gamma")
Then the following messages showed (oh and I checked for empty rows before
doing this):
Warning in dgamma(c(363328L, 376216L, 367032L, 314826L, 311892L, 313340L, :
NaNs produced
Warning in dgamma(c(363328L, 376216L, 367032L, 314826L, 311892L, 313340L, :
NaN...
2008 Sep 22
2
[LLVMdev] Problems with written function pass
...DL_Pass:
//#include "llvm/Pass.h"
//#include "llvm/Function.h"
#include "../../Analysis/genome/GenomePass.cpp"
using namespace llvm;
namespace llvm{
class GA_VHDL_Pass: public FunctionPass {
private:
GenomePass* GP;
Genome* fitG;
public:
static char ID; // Pass identification, replacement
for typeid
GA_VHDL_Pass() : FunctionPass((intptr_t)&ID) {}
virtual bool runOnFunction(Function &F) {
GP = &getAnalysis<GenomePass>();...