代码搜索:weibull

找到约 76 项符合「weibull」的源代码

代码结果 76
www.eeworm.com/read/384069/8903181

m weibull.m

function y=Weibull(beta,x) a=beta(1); b=beta(2); y=a*x.^b;
www.eeworm.com/read/384069/8903182

pdf weibull.pdf

www.eeworm.com/read/179705/9341707

c weibull.c

/* randist/weibull.c * * Copyright (C) 1996, 1997, 1998, 1999, 2000 James Theiler, Brian Gough * * This program is free software; you can redistribute it and/or modify * it under the terms of t
www.eeworm.com/read/179705/9343223

c weibull.c

/* cdf/weibull.c * * Copyright (C) 2003 Brian Gough * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published
www.eeworm.com/read/424281/10467590

c weibull.c

/* randist/weibull.c * * Copyright (C) 1996, 1997, 1998, 1999, 2000, 2007 James Theiler, Brian Gough * * This program is free software; you can redistribute it and/or modify * it under the term
www.eeworm.com/read/424281/10471279

c weibull.c

/* cdf/weibull.c * * Copyright (C) 2003, 2007 Brian Gough * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as publ
www.eeworm.com/read/131315/5941052

cc weibull.cc

/* Copyright (C) 1988 Free Software Foundation written by Dirk Grunwald (grunwald@cs.uiuc.edu) This file is part of the GNU C++ Library. This library is free software; you can redistribute it a
www.eeworm.com/read/131315/5941068

h weibull.h

// This may look like C code, but it is really -*- C++ -*- /* Copyright (C) 1988 Free Software Foundation written by Dirk Grunwald (grunwald@cs.uiuc.edu) This file is part of the GNU C++ Library
www.eeworm.com/read/263146/11374151

ocf weibull.ocf

www.eeworm.com/read/338716/12286876

m weibull.m

clear all; close all num=4000; fr=1000; lamda0=0.05; sigmav=1.0; sigmaf=2*sigmav/lamda0; randn('state',sum(100*clock)); d1=randn(1,num); rand('state',7*sum(100*clock)+3); d2=randn(1,num);