Recent content by albertshx
-
A
Graduate A special kind of branching process
Thank you for your patience. To be more specific, I want to start the branching process below: the distribution of the progency number of an object in generation d is P(d,0) = 1- \sum_{i>0} P(d,i) P(d,r) = βP(d-1,r) , for r>0. r has a limited range of values. P(0,r) is known. β < 1is a...- albertshx
- Post #8
- Forum: Set Theory, Logic, Probability, Statistics
-
A
Graduate A special kind of branching process
Dear Chiro, I know Markovian processes well. But I really can't catch your idea of random walking with Wiener process. To be more specific, I want to describe a branching process whose distibution of number of progeny is determined by time or the generation the parent object is in. Simple...- albertshx
- Post #4
- Forum: Set Theory, Logic, Probability, Statistics
-
A
Graduate A special kind of branching process
I understand that in the simple branching process, each object gives birth to its children according to the same distribution. However, I now need to handle a special branching process in which objects generate decedents according to different distributions. For example, objects generate...- albertshx
- Thread
- Process
- Replies: 7
- Forum: Set Theory, Logic, Probability, Statistics
-
A
Undergrad The basic concept of branching process
Dear all, I have a question on the basic concept of branching process. Say, in such a process, different objects of a generation don't interfere with each other. Consider an email forwarding analogy where one node forwards an email to some other users. And...- albertshx
- Thread
- Concept Process
- Replies: 1
- Forum: Set Theory, Logic, Probability, Statistics
-
A
MATLAB Get the derivative with MATLAB ode45
Thanks and I get your idea. For I need to do integral with y, I'm concerned that whether computing y in many data points would slow down the computation.- albertshx
- Post #3
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
A
Graduate Continuity for Two Variable Function
Hello, I think it might be the problem of the online plotter... I plot the figure of this function with Matlab together with its contour. They look fine... The contour line for z = 0 are two axes... Your can show that the value of the function converges to 0 around (0,0). -
A
MATLAB Get the derivative with MATLAB ode45
Hello every one! I'm trying to solve a differential equation y' = f(t,y) with MATLAB ode45. Besides the original y, y' is also very useful to me. But I simply don't know how to get it. Is there any convenient method to do this? Or what I can do is just to compute y in many point and use diff...- albertshx
- Thread
- Derivative Matlab Ode45
- Replies: 2
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
A
Graduate Any approximate analytical solution to this ode?
Many, many thanks! You are much more careful than me. I just tried with MATLAB and dsolve reports explicit solution not found. So I look for some approximation. -
A
Graduate Any approximate analytical solution to this ode?
I'm working on this differential equation this few days... Could you give some guidance on approximate solutions to it? i(t) is the only function while all others are parameters. \frac{di(t)}{dt} = -\lambda(\sigma\phi\sqrt{i(t)(1-i(t))} + N\mu i(t)(1-i(t)) Thank you a lot! -
A
Graduate Please help find a function to approximate the partial sum of this series
Thank you all! I get the idea! -
A
Graduate Please help find a function to approximate the partial sum of this series
Please see my reply. At least, I want an approximation f(s,t) when a = 1. -
A
Graduate Please help find a function to approximate the partial sum of this series
Sorry, even I myself was confused. Let me clarify a bit. I want to find a function f(a, s,t) which is differentiable to s and t to approximate the infinite sum of this series, \sum_{k=a}^{inf}k^{-s}e^{-kt} in case s>=2, t > 0. Surely the RHS < inf. I have tried integration, but the effect is... -
A
Graduate Please help find a function to approximate the partial sum of this series
Hello every one, now I'm dealing with a series a(k) = k^(-s)e^(-tk), s,t > 0 I want to find a continuous function to approximate the partial sum, S(n)of it. I hope there can be a good approximation. Please help me find it, thanks!