Dec 18, 20174 min readMedicineAI: The New Name Of Statisticsایک ہی حادثہ تو ہے اور وہ یہ کہ آج تک بات نہیں کہی گئی ، بات نہیں سنی گئی جون ایلیا ~ The only catastrophe till now has been, that;...
May 31, 20141 min readPythonLinear Algebra Routine II: Matrix Transpose in PythonNote that, during the operation number of rows and columns are swapped; T(x) – Takes a single argument as a matrix in the form of a list...
May 28, 20148 min readPythonWriting Linear Algebra Routine I: Power of a Python ListAn m×n matrix consists of m rows and n columns. Python lists can behave very much like matrices if one could properly index them. For...
Apr 2, 20143 min readComputational BiologyPython Code and Normal Distribution: Writing CDF from ScratchNormal Distribution CDF Normal Distribution is one of ‘the’ most applicable distribution in statistics. For some time I have been trying...
Dec 15, 20138 min readComputational BiologyAdvanced Correlation & Covariance Analysis II: Analyzing Large Datasets in PythonIn my last post I demonstrated how to perform covariance and correlation analysis properly(i.e with all the glitz and glam of decision...
Jul 26, 20133 min readComputational BiologyBioinformatics with Python: FASTA Format Readerpicture credit: nmpdr.org FASTA file format is a text based file format of nucleotide or peptide sequences. It is widely used in...